This topic has 9 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
Hi,
I am wondering if I can customize my header more, I have this type of header –
I would like to have following structure –
Thanks!
Hello,
In this case you have to edit header.php file. We recommend to make changes in a child theme http://codex.wordpress.org/Child_Themes not to lose modifications after theme update.
Regards,
Eva Kemp.
Ok, I found where I need to insert my image and text in header.php, I need to know how do I add image and make it disappear when the width of screen is, for example, less than 960px. Maybe you have predefined class in style.css file that I can use to this elements?
Thanks!
Hello,
Could you please provide us with link to page and screenshot what element you want to hide?
Regards,
Robert Hall.
All is in Private Section.
I figured out how to hide it on mobile and tablet, using CSS classes hidden-phone and hidden-tablet.
When the width is >1200px everything is OK.
When the width is <980px everything is OK. (it is hidden)
When the width is between 980px and 1200px the image is fitted to the screen size, but I want it to be bigger than it is now, not so small.
Hope you’ll help me 🙂
Hello,
Try to use this code in custom.css file.
.hidden-phone.hidden-tablet img{
max-width: 360px;
}
Regards,
Robert Hall.
Thanks a lot,
and one more question, how do I add some text ABOVE my cart in header, I want to add just 3 rows of text with phone numbers, is it possible?
Hello,
In this case you need edit header.php file too.
Regards,
Robert Hall.
Tagged: best selling, customization, header, in-depth, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up