Highlight Section background

Hi how i can change the "Highlight Section background Color" in every page, i can do in CSS?
Thanks!

Comments

  • Hi,

    do you have any example of what you mean? Because we are not sure what you exactly ask for.
  • i want to use in Page Options on a Section, "Style" Predefined styles for section : Highlight Right 

    i want to change the color in Custom CSS: .highlight-right { background-color: #de0a7a;} but dont work

    Please help
  • Ok, we get it now :) So if you want to change color on right side, then please use below css:
    .highlight-left:after, .highlight-right:after { background: #000 !important; }
    but color on other side, comes from "Background color" field from Section.
  • edited November 2016
    hey,

    I used you code for a website, but it doesnt work on the mobile version.
    It there any solution?
  • What exactly does not work on mobile? As we can see, pages looks the same on desktop as on mobile.
  • edited November 2016
    the colors. I used a different background color on each manu site. on the mobile Version there is only one color. the main color.

    I used your code:
    .highlight-left:after, .highlight-right:after { background: #000 !important; }

    To change the color on the different sites, but this doesnt work on mobile.
  • Above css is for desktop version only. If you want to change it for mobile as well, you need to use the following css as well:
    @media only screen and (max-width: 767px) {
     .highlight-left .wrap:first-child,
     .highlight-right .wrap:last-child {
      background: #2991d6;
     }
    }
    And also, you must transform it to 2 wraps, instead of one. Just like on the following screenshot http://pasteboard.co/1ElcueIC.png
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.