Home Forums Total Counter Background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4583
    jdmilton0307
    Participant

    Hi there,

    I’m using the Total theme and had a question about the counter feature on the homepage. I’d like to use a solid color for the background on that section. I created an image in Photoshop sized to the recommendation and made it one solid color, but it’s appearing much darker than anticipated. Is there any way to eliminate the automatic shade that’s applied to the background image for the counter section?

    Thanks for your help!

    #4615
    Hash
    Keymaster

    Hi,

    There is a dark overlay that is added via CSS . You can remove it by adding a CSS code in Appearance -> Customizer -> Additional CSS

    #ht-counter-section .ht-counter-overlay{
    display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.