Can I Change the color of Featured Listing box?

Discussion in 'GeoCraft WordPress Theme' started by goharnett, Jan 8, 2013.

Thread Status:
Not open for further replies.
  1. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    the featured listing box is light blue.
    can I change that color?

    where?

    thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper .featured_content .featured_post .featured{
    background:red;
    }

    Inplace of "red" put your color code.
     
  3. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    thanks... but it messed up the text colors on the rest of the site... yikes!

    1) please help me get it back... I really need to change it back.

    2) and I'd like to change the little blue banner too.

    3) And can I use more specific colors? Numerical codes? or where is there a list of colors spelled out?

    thanks.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Remove css shown above from custom css to get original color back.
    2) I think you are talking about featured ribbon. It's an image, So you can edit it through
    Theme directory > images / ribbon.png
    3) Yes you can use numerical color codes, To change color.
     
  5. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    2) Theme directory > images / ribbon.png

    Where is that found? in the ftp ?

    eugene
     
  6. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    I checked in the FTP Images everywhere... nothing called "ribbon.png"

    I'll keep checking.
     
  7. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    found it.
     
Thread Status:
Not open for further replies.

Share This Page