Okay
  Public Ticket #622394
Background Color
Closed

Comments

  • Paul started the conversation

    The background color of post "two-month-transformation-contest" is a greenish color. Where is the customization setting to change that? Also where is the customization setting to change link color. Right now the background color and link color are the same -- causing the "more info" to be invisible.


    Thanks so much for your help,

    Paul

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #post-area.masonry article.post .link-inner {
        background-color: #0D9ADB !important;
    }

    Best.


    ThemeNectar Support Team 

  • Paul replied

    Thanks Tahir,

    Surprising ThemeNectar didn\'t build an option to change the post-area through the gui customization. The issue I was having post-area and link color being the same wasn\'t somthing I created (e.g. I didn\'t change either option). Thus out of the box, this invisible link is a small, small issue to fix.

    Do you have a CSS framework document somewhere? I wouldn\'t haven\'t known the name of section to section without your help. Thank you for the information

    Love the theme, and your support... thanks!

    -P

  •  8,992
  • Paul replied

    The code you provided didn\'t change the color of the background section. Hyperlinks are still green as is the background section for \"links\" blog post type.



    #post-area.masonry article.post .link-inner {
        background-color: #0D9ADB !important;
    }
  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #post-area.masonry article.post .link-inner {
        background-color: #ff0 !important;
    }
    
    
    article.post .post-header h2 a {
        color: #ff0 !important;
    }

    Also see its 100% working when i add it to the live browser so make sure there is no syntax error represented by a red cross in the Custom CSS Box. : http://prntscr.com/9mqsq3 .

    Bes.t


    ThemeNectar Support Team 

  • Paul replied

    So the new code fixes the blog masonary view. http://www.sandandsteelfitness.com/blog/ Looks good.

    However the link post itself:

    http://www.sandandsteelfitness.com/2016-transformation-contest/

    Is still green.

    Also, there appears to be now way to navigate to the link post... the little link button appears to be inactive. For example, from the blog view... how can you get to the above post?

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    article.post.link .post-content .link-inner {
        background-color: #666666 !important;
    }

    Best.


    ThemeNectar Support Team