New Landing How can we help? Themeforest Theme Support Dante change color of promo bar

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #119234
    tsimarketing
    Member
    Post count: 267

    I want to change the color of the promo bar to something other than my accent color. I have found other forums that changed the color of the hover color, which I tried and it worked. But I want to change the color of the bar before you hover over it. Is there a custom CSS for that?

    #119304
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Sure try to add the code below to your custom css option and change the color for the desired one.

    
    #base-promo {
    background-color: #8D8D90!important;
    }

    -Rui

    #119315
    tsimarketing
    Member
    Post count: 267

    Great! That worked. However, now the text is black when your not hovered over it. Is there something I can add to this code to change the color of the base text?

    #119317
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sure. Add the code below.

    
    #base-promo > p, #base-promo.footer-promo-text > a, #base-promo.footer-promo-arrow > a {
    color: #FFF!important;
    }

    -Rui

    #166954
    tsimarketing
    Member
    Post count: 267

    I have a follow up question to this now that we are putting together our mobile site. The promo bar is exactly how we want it to look on our desktop version of the website, but it is gray on our mobile version. Is there a way to change the color of the mobile version promo bar to be the dark blue background with white text?

    #166990
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you confirm the link to that page?
    thanks
    -Rui

    #166992
    tsimarketing
    Member
    Post count: 267

    tsihealthcare.com/test

    But that promo bar isn’t just on one page, it is on several pages throughout the site.

    #166993
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It seems the css it’s different from what I provided in October.

    It looks like this now

    
    @media only screen and (min-width: 769px){
    #base-promo {
      background-color: #0A548B!important;
    }
    }

    it should be like this

    #base-promo {
      background-color: #0A548B!important;
    }

    If it doesn’t work provide me admin access.

    -Rui

    #167319
    tsimarketing
    Member
    Post count: 267

    When I look back at all my custom css I don’t see that @media css code. I only see the code below for the promo bar. And that makes the promo bar the right colors on my desktop, it’s just not doing the same thing on mobile view. On mobile view the hover color is correct, but the base color is gray and that is not what I want.

    #base-promo.footer-promo-arrow:hover, #base-promo.footer-promo-text:hover, .sf-promo-bar.promo-arrow:hover, .sf-promo-bar.promo-text:hover {
    background-color: #6caae4!important;
    }
    #base-promo {
    background-color: #0A548B!important;
    }
    #base-promo > p, #base-promo.footer-promo-text > a, #base-promo.footer-promo-arrow > a {color: #FFF!important;}

    #168217
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure what all the custom css is about, just go to Color Customiser > Promo Bar

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.