Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello there
The responsive needs to be fixed and I am not able to find how to do that. We need to have the menu go to mobile view starting the screen width being 1170px.
Fixing the background color of the ” news” to grey. It is supposed to be done inline style and I can’t figure out where to do that from
Figuring out where can we change the background color of the “call to action” + the style of the button since this is an inline style too.
Add the “home” to the main menu as a current page
Hello There,
I need your help again, thank you so much!
The responsive needs to be fixed and I am not able to find how to do that. We need to have the menu go to mobile view starting the screen width being 1170px.
Fixing the background color of the ” news” to grey. I can’t figure out where to do that from
Figuring out where can we change the background color of the “call to action” + the style of the button since this is an inline style too.
Add the “home” to the main menu as a current page
Hello,
Please add this code into your custom css box:
@media (max-width: 1170px){
.mobile_small_menu { display: block;}
header#header #navigation { display: none;}
#logo { margin-left: 408px !important; }
}
Let us know.
-Can you please be more specific on the ‘news’ section? What do you want to have gray here? The content?
-You can change the color of Call-to-Action bar, in Call-to-action Settings > Color.
Change here the button style as well,in ‘Shape’ and ‘Style’
Best regards!
You must be logged in to reply to this topic.