Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Andrina Theme

Feature Item bottom right text color

(5 posts)
  1. wndrwmn
    Member

    Member
    Joined: May 2012
    Posts: 11

    Hi,

    Where can I find the code for feature item bottom right font color? I've looked in the stylesheet and can't figure out where it is. It's got black font on dark gray background so I need to change it to fff.

    Thanks

    Posted 1 year ago #
  2. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    We are not getting where you want to change the color of the text, send the screen shot of your issue where you want to change the color, so that we can give you the exact solution.

    Thanks.

    Posted 1 year ago #
  3. wndrwmn
    Member

    Member
    Joined: May 2012
    Posts: 11

    It's the Bottom two Feature Areas of the Front Page.

    In this example it's the area where it says 'From the Blog' and 'A Video Demo'. It's the font in those two areas.

    Thanks

    Posted 1 year ago #
  4. wndrwmn
    Member

    Member
    Joined: May 2012
    Posts: 11

    If you can't see the image here's a link to the live demo page where you can see the two bottom feature areas as mentioned previously. http://inkthemes.com/wpthemes/andrinatheme/

    Posted 1 year ago #
  5. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css

    This code will change the color of "From the blog"
    And you can put your desired value in place of red

    .bottom-feature .bottom-feature-left h1 {
    color: red;
    }

    And the below code will change the color of the "A video demo"

    .bottom-feature .bottom-feature-right h1 {
    color: red;
    }

    This will solve your problem.

    Thanks.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.