Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082206
    Joshua d
    Participant

    Hello, I’m wondering if id be able to change the transparent black color theme of the masonry blog layout to a transparent dark blue? Such as this color for example:#024975

    #1082208
    Joshua d
    Participant
    #1082689
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .blog .x-container.max.width.main:before {
        background-color: #024975;
    }

    Hope that helps.

    #1083913
    Joshua d
    Participant

    thank you for your response, however it changed the background color and id like to change the color of the posts to a transparent blue. please see screenshot.

    in the screen shot you will see text “navigating life when things get hard” id like to change the color behind it. is this possible?

    #1083917
    Joshua d
    Participant

    also, the slider overlay has a transparent black on hover. please see here: http://www.absolutetruth.online/blog/

    id like to change the color as mentioned above.

    thank you kindly

    #1084434
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .h-entry-cover:before,.x-post-slider-entry:hover>a {
    
            background-color: rgba(0, 114, 99,0.5);
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1082206 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>