Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #653138

    On a desktop screen only there appears to be a super green highlight in the Promo Box area (inside the ‘Home’ Page) across the content “Want to Schedule a Session.” How do I remove that green highlight part only? Thankfully it doesn’t appear on the Responsive site, just the desktop.

    And how do I change the color of the Contact button font in that Promo Box also.

    #653391

    Hey LaniBuess,

    Thanks for getting in touch with us!

    The green background color is added to the promo box element itself. Please go to edit the promo box and remove any background color that is set.

    To change the color of the text on the button, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av_promobox .avia_iconbox_title {
        color: black !important;
    }
    

    Best regards,
    Jordan

    #654505

    Hi Jordan,

    I removed the background color in the promo box, but the highlighted horizontal green strip still appears when looking at the site on a desktop. You should see it more clearly now without the background color in place.
    Perhaps it was created in the code?

    #654977

    Hey!

    Please add following code to Quick CSS as well

    .avia-promocontent {
        background-color: transparent !important;
    }

    If that too does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Cheers!
    Yigit

    #654992

    That did the trick, Yigit! You helped me yet again.
    Thank you SO much!
    Cheers

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Promo Box question on Enfold Theme’ is closed to new replies.