-
-
-
-
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){ .header_5 .open_full_menu { color: #848282 !important;} }
for the menu in responsive.
I do not see the body between slider and footer. Did you removed it?Best regards!
-
With this code:
<span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>@media (max-width: 979px){</span>
<span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.header_5 .open_full_menu { color: #848282 !important;} }</span>
The logo does not appear well, look screenshot (iPhone5)
I have not removed the body. The body is here . And why my logo when scroll down appears in grey version?
https://globaldesign.es/wordpress/sab/
Thanks you very much
-
-
Hello,
The code mentioned in the last screenshot, does not affect at all the logo. It doesn’t even point to it.
This is how i see the front page: screenshot, still don’t see a ‘body’ here. What device are you using?
Please send us your wp credentials in a private reply, so we can check these up.Best regards!
-
-
-
Hello,
Sorry for the late reply.
Because you have not chosen any home page/blog/coming soon page in General Options, some settings have not taken place. So I added this code into your custom css box:#logo img.dark { display: none !important; visibility: hidden !important; } #logo img.light { display: block !important; visibility: visible !important; }
for the logo. And this one:
#content { display:none; }
in home page, custom css box, for the ‘body’.Best regards!
- This reply was modified 9 years, 5 months ago by Mirela.
-
-
Hello,
Please can you try this solution:
Edit the file main.js via FTP.
Find the line (line: 1874):$('.header_wrapper').removeClass('background--dark');
and delete it or comment it out.
Check the header and let us know.
Best regards!
-
Work fine. Now the only problem is the footer logo screen
-
Hello,
Please add these lines into your custom css box:
@media (max-width: 767px){ footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget { margin-left: 60px !important; }}
Best regards!
-
-
You must be logged in to reply to this topic.