Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi,
Can i put diferents logos, 1 for website and another to responsive (mobile, tablet) is because if i see my site in a mobile, the menu (3 lines) is on the logo, and i would like to put a logo a little more small.
My website is https://timeandglam.com/time
Thanks!
Hello,
Please add this code into your custom css box:
@media (max-width:480px){
#logo img.dark {
content: url("https://timeandglam.com/time/wp-content/uploads/2015/11/logo_90px.png");
}}
Change the content url to your need.
Let us know.
Best regards!
Sorry to my IGNORANCE, but…where is the custom.css in my wordpress?
Sorry …
Thanks MIHAILA!
I have installed a plugin named Very Simply Custom Style, and I added the text that you gave me before, but now in mobile don’t show the logo, it’s how the url is broken, but the url is correct.
I have put your code in style.css in tower theme and now works well, i have 1 logo to website and another logo to mobile, the question is resolved.
THANKS MIHAILA!
Hello,
The custom cs box is located in your General Options > Custom CSS Code(screenshot). It is best that you paste the code here because if you take any theme update in the future, the style.css file will be overwritten and the changes will be lost. While all content in custom css box will not.
Best regards!
You must be logged in to reply to this topic.