1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Change site-title, description and posts heading color/size

Discussion in 'WordPress' started by freaky316, Aug 18, 2014.

  1. #1
    Hi,

    I am using Sugar and Spice theme in my site http://www.tobeweds.com and looking to change color and size of site-title (header), descritpion(tag line) and posts heading(post title).

    I tried changing in style.css but its not helping. Seems there is a different place where I need to change, please can someone of you help me out. Thanks in advance.

    .site-title {
    font-family: 'Niconne', cursive;
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    }
     
    freaky316, Aug 18, 2014 IP
  2. carrieathomer

    carrieathomer Greenhorn

    Messages:
    108
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    18
    #2
    you need to change everything in your custom css

    which i found to be

    /* Enter Your Custom CSS Here */

    .site-title a {
    font-size: 100px;
    color:black;
    }

    .site-description {
    color:red;
    }

    .entry-title a {
    font-size: 28px;
    color:black;
    font-weight: bold;
    }

    change the font sizes here

    hope this helps.
     
    carrieathomer, Aug 19, 2014 IP
  3. freaky316

    freaky316 Member

    Messages:
    275
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    Thanks carrieathomer!!

    Btw two things are not working with above custom css:
    1. Color of site-title did not changed though size is working fine. I tried with different colors but did not worked.
    2. Same problem goes with post title using entry-title tag. Size is getting changed but not color, though 1st post (old dated post) of site color changed but not the rest of the posts.
     
    freaky316, Aug 19, 2014 IP
  4. carrieathomer

    carrieathomer Greenhorn

    Messages:
    108
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    18
    #4
    just add !important in color

    !important forces the value

    color: #000 !important;
     
    carrieathomer, Aug 19, 2014 IP
  5. freaky316

    freaky316 Member

    Messages:
    275
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #5
    Thanks, it did worked. I don't have option to like your post. But anyways thanks
     
    freaky316, Aug 19, 2014 IP
  6. carrieathomer

    carrieathomer Greenhorn

    Messages:
    108
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    18
    #6
    You owe me One, Will ask when it comes. If you have anymore css issues ask me i can help.
     
    carrieathomer, Aug 19, 2014 IP