Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005879
    thetastesf
    Participant

    In Ethos I’d like to make the color overlay on the images white instead of dark.

    Also I’d like to make the overall on the slider white (lighter) and the roll over also a lighter color rather than muddying up the images with dark colors, and then I also need to change the copy/button (view) colors to black.

    Can you tell me how to do those items?

    Thanks

    thetastesf.com

    #1006301
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-post-slider-entry:hover>a,
    .entry-cover:hover .h-entry-cover:before {
        background-color: rgba(255,255,255,0.75);
    }
    
    .entry-cover .h-entry-cover,
    .cover .h-featured {
    	color: #333;
    }
    
    .cover .featured-view {
    	border-color: #333;
    	color: #333;
    }

    Hope it helps, Cheers!

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