Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #282229

    Hi,

    we are wondering how to do that white background to the box in the middle of the gray background? For example Home v2 box that is starting with text: Enfold is freakish…
    How we can do pages that are called magazine and transparent in your template (Home v10:Magazine and Home v11: Transparent menu.
    Thanks for your help.

    #282299

    Hey luoja!

    1) You can change the color with css code – insert it into the quick css field:

    
    #top .alternate_color .av_promobox{
    background: #fff;
    }
    

    2) You can use the magazine element: https://www.clipular.com/c/5059415027744768.png?k=txZCYIFWj6SAWun0ojlbjhmbqDQ to add a magazine to your page template. If you can’t find this element please update Enfold to the latest version. To make the header transparent use the layout options on the editor screen: https://www.clipular.com/c/4758578539790336.png?k=HyEjJDxM-W6j7lmy9CU9KgQDDlo

    Regards,
    Peter

    #290900

    Hi again,

    I added this code to the css shrotcode in theme’s options but it had no effect to the background:

    #top.alternate_color.av_promobox{
    background: #fff;
    }

    #291410

    Hey!

    Can we see your site live with the correct css Peter posted above in place? The spacing is incorrect in what you pasted back and its needed in order for the browser to properly target the promo box shortcode element.

    Regards,
    Devin

    #295679
    This reply has been marked as private.
    #295813

    Hi!

    Thank you for the update.

    I checked the home page but there is no promobox element there. If you don’t mind, please post a screenshot of the element that you’re trying to change.

    Regards,
    Ismael

    #295921
    This reply has been marked as private.
    #295922
    This reply has been marked as private.
    #295926

    Hi!

    Please add following code to Quick CSS

    .av_promobox {
    background: white!important;
    }

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.