-
-
Hi! My website is https://www.themeetingpoint.gr/ and i have chosen the light version header for the pages i created. From the Specular General settings, i uploaded the specific logo for the light and the dark version. It is ok on desktop on the pages i created, but on mobile and also on other pages (for example error or blog post pages) the wrong logo appears. The dark version on the dark background and it looks bad.
Moreover, there is blank space on mobile pages on the right side.
Thanks for your time.
-
Hello,
You can change the pages and post header in light version by change this : Header Color Style 1 > Light
To fix the issue on the mobile please add this custom css :
@media(max-width:768px){ header#header.transparent{ background:#fff !important; } } .error404 #header #logo .light { display:block; } .error404 #header #logo .dark{ display:none; } .error404 nav .menu > li > a{ color:#fff !important; }
Write the line above into General > Custom Css Box.
Regards!
-
Thanks it worked!
Moreover, if you look carefully there is blank space on mobile pages on the right side if you slide the page. Why is that? What could cause this?
And one last thing. I don’t want the Service Circle Icon, the Recent Portfolio, the Service Small Icon and the Service Media elements to be clickable. I leave the Link field empty but they are still clickable leading to the same page. I guess i have to remove the href tag from specific parts of the css script? It worked only for the Service Square element when left the Link empty.
Thanks again.
-
Hello,
Please add this css inside the
@media (max-width:768px)
block above:.viewport { overflow-x: hidden; }
-Please add this css:
.services_medium.style_1 h4, .services_small.wpb_content_element.align_left h4, .recent_portfolio h5, .wpb_content_element.services_media.style_1 { pointer-events: none; }
It will remove the hover effect from these elements.
Best regards!
-
-
You’re welcome!
If you like our theme and support, please leave us a review on Themeforest. It’s important for us :)
Thank You!
-
You must be logged in to reply to this topic.