Okay
  Public Ticket #977986
Font colors
Closed

Comments

  •  2
    Raphael started the conversation

    Hello Salient team,

    First : nice work ! We really appreciate working on your template

    Secondly : one question... We would like to be able to have different colors for the posts titles depending on their categories (when displaying lists of posts on home or in module "Recent Posts"). Easy way to do it via CSS or something else... ? Many thanks !

  •  8,996
    Tahir replied

    Hey Raphael,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    Raphael replied

    Thanks for your answer. In fact, I just have a local release of the website running on my own PC. We will switch online in the coming days and I will send you the link. 

    By the way, in doc attached, you will find a snapshot of the Home. I would like to set the font color titles of the posts blogs (below blog/publication/actu boxes) according to their blog category (for now they are all green) > green for one category, orange for an another one, etc.

    Many thanks.

  •  8,996
    Tahir replied

    Hey Again,

    The category is added to the Article Div so you can use that . For Example 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    article.category-food-for-thought .post-header h2 a {
        color: #add !important;
    }

    This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team