This topic has 18 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hello,
How can I make the logo bigger (the default one) ?
I’ve been trying all the codes I found on your forum but it doesn’t work.
Thank you!
Victoria
Hello,
Please add this code in custom.css file:
.header .logo img {
max-width: 400px !important;
width: 400px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello and thank you so much, works very well.
But now the logo is not well centered since we have the cart widget on the right side. Would it be possible to put the cart widget in the upper header bar, instead of having the languages option on the left side?
If so, what is the CSS code?
Thanks much 🙂
Victoria
Hello,
Try to select this header type – http://prntscr.com/i192ld and add this code in custom.css:
.top-bar {
background-color: white !important;
border-bottom: 1px dotted #dbdbdb;
}
.top-bar a, .header-type-6 .top-bar li:before, .header-type-6 .cart-summ:before {
color: #8e8e8e !important;
}
+ disable “Use right side panel” option in Theme Options > Header.
Also, it would be better to add custom css code for the logo in media query, like:
@media only screen and (min-width: 768px) {
.header .logo img {
max-width: 827px !important;
width: 827px;
}
}
Regards
Thank you so very much.
You’re welcome!
Let us know if you need any further assistance.
Regards
Hello and sorry to bother you again but the logo is not responsive on smartphones?
How can I do to make it responsive on smartphones and tablets?
Thank you very much
Victoria
Hello,
Please change this code
.header .logo img {
max-width: 827px !important;
width: 827px;
}
to
@media only screen and (min-width: 768px) {
.header .logo img {
max-width: 827px !important;
width: 827px;
}
}
Regards
You are amazing! What a great service!
Thank you.
Victoria
You’re welcome!
Have a nice day.
Regards
Hello Rose
I have a few more questions please :
1) Where can I change the 2nd line on the front page ? (Under “Welcome to Epicure”
2) Why can’t I add </br> on the text parts for the widgets on the front page, I’d like to make the texts more easy to read.
Second line under “Owners? Join our Community !” and also the 3 widgets bow under it.
3) How can I do to hide the WP dashboard to my subscribers? I would like them to only have access to their profile and no WP or WPML boards.
Thanks
Victoria
Hello,
Please create new topics for new questions. Thanks in advance.
1-2. Your site under maintenance mode, so please provide us with temporary wp-admin access in Private Content.
3. By default, subscribers do not have such full access. Please read this article about roles https://codex.wordpress.org/Roles_and_Capabilities. You may edit roles using some plugins, for example, https://wordpress.org/plugins/user-role-editor/
But note that such questions do not relate to the theme, and if you need help with this, it would be better to contact WordPress support.
Regards
Hello
I’m working on a new website and I have problems with the statick blocks : I have a weird line on the words (not on the front page but on all the others)
Could you help please?
Thank you
Victoria
Hello,
Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access in the Private Content area.
Regards
Please find attached in the private area.
Thank you
Hello,
Please add this code in Theme Options > Custom css:
.footer-top .widget-title:after {
display: none;
}
Regards
Hello and thank you very much
Hello,
You’re welcome!
Would you mind to rate our product: https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
Tagged: customization, logo, size, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up