Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #691702

    Hi,
    How to change the background colour of the header on the frontpage only and change the meny colour for the frontpage, but only for the sticky option
    Thanks in advance.

    • This topic was modified 8 years, 1 month ago by endanight.
    #691999

    Hey endanight,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #692163

    yes, I just need a code to have a different background for the frontpage header and keep the sticky option.
    And I need as well the quick css for h1 and h2 size smaller and for the colour section background images size smaller for mobile devices only

    #692780

    Hi,

    Please add Code Block element to your home page and then add following code inside it

    #header_meta, .header_bg { background: orange !important; }
    #header * { color: white !important; }
    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .all_colors h1 { font-size: 24px !important; }
    #top #wrap_all .all_colors h2 { font-size: 20px !important; }}

    Best regards,
    Yigit

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