Okay
  Public Ticket #771483
Change color of Blogpage
Closed

Comments

  • Marcus started the conversation

    Hello Tahir,


    I would like to change the background color of the blog page to #ededed, blog articles #ffffff and Blog title #45bedf.

    So that the blogpage looks more like in the demo: http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

    i've tried to add some custom CSS i found here on the forum, but that didn't change a thing.

    Could you please provide me the right code to do this?


    Thank you,

    Nancy Montforts

    www.gomadgraffix.nl/new

  • Marcus replied

    Hi,


    I found the CSS code to change the background of the blogpage.

    .blog .container-wrap {
        background: #ededed !important;
    }

    I used this code for the color of the blog title of the articles on the blogpage

    article.post .post-header h2 a {
        color: #45bedf !important;
    }


    But that is not working.

    What did I do wrong?

    Thank you



  •  8,994
    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) :

    .masonry.classic_enhanced .masonry-blog-item h3.title {
        color: #45bedf !important;
    }
    
    

    Best.


    ThemeNectar Support Team 

  • Marcus replied

    Thanks it works.

    Happy!

  • Marcus replied

    Is it also possible to change the Blog background color for 'Categorie archive page'?


  •  8,994
    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) :

    .archive .container-wrap {
        background: #ededed !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Marcus replied

    Thanks again for the quick solution!!