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

    Hello,
    can you help me please to change two things: The start page shows a H2 in the slider. For mobile I could edit “font colour white” instead of dark. But now I need to set the font “bold” so that you can read it also :-) my CSS didn’t work – how can I change it?

    The second point is the colour section with height of 150 px – it’s perfect on desktop, but on mobile I need it slim, you see?

    Please have a look at the page…

    It would be great if you could help me soon!

    Thank you al lot, best regards, Eva.

    #1210640

    Hello,
    If possible, could you please help me before weekend? ;)

    Thank you, best regards, Eva

    #1211374

    Hi,
    Sorry for the late reply, and thanks for the login, to make your slider H1 bold I added this css:

    @media only screen and (max-width: 767px) { 
    	#top.home #full_slider_2 > div > div > div > div > div > div > h1 {
    		font-weight: bolder !important;
    	}
    }

    and for the other section I added this css:

    @media only screen and (max-width: 767px) { 
    #top.home #av_section_1 > div > div,#top.home #after_section_1 > div > div {
    	padding: 0px !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1211387

    Thank you a lot – that helps :)

    Have a nice weekend!
    Best regards, Eva

    #1211432

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing H2 and height of colour section for mobile – urgent’ is closed to new replies.