Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100857
    Jodi
    Participant

    Hello. LOVE this theme 🙂 I cannot figure out how to change the color of the font in/for the portfolio. Your directions are very clear on how to use the portfolio, but I cannot find (in color) or elsewhere a setting for this.
    Thanks!!

    #100900
    Mahesh
    Keymaster

    @ourherbfarm: You’ll need to use Custom CSS for this. Let me know what you want to change and I’ll provide you with the CSS.

    Regards,
    Mahesh

    #100965
    Jodi
    Participant

    Mahesh,

    If you want to look, you can see at http://ourherbfarm.com/wordpress you can see what I mean. I am tired of handcoding every single article and thought, geez, wordpress, duh. And while I like my old site, I think I will move wordpress to the main site when I get finished working out the bugs.

    Ok, when I enable portfolio for the main page, the images have text on hover. I need to change the link color. Is this is the theme’s style sheet?

    Also notice, when you right click and highlight there is text under the text link (it hovers red) this smaller text, called “content” in the portfolio is what is not showing, needs text color changed.

    Thanks!
    Jodi

    #100984
    Mahesh
    Keymaster

    @ourherbfarm: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the follwoing CSS:

    #portfolio .hentry .entry-title a {
        color: #ff00ff;
    }

    Note: This will change the color of the Portfolio Title link.
    The small text in portfolio (meta tags), these are only available if you select Post Portfolio/Category
    If you want to change the color of the content, add the following CSS:

    #portfolio .hentry .entry-content {
        color: #ff00ff;
    }

    Note: Please change the color as desired.

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change portfolio color’ is closed to new replies.