This topic has 12 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi there,
I am currently trying to customize my header bar in order to have some contact details and buttons in specific places but I am not being able to do so.
Basically, I have the logo in the middle and I wish to have a Contact Us with the phone number at the left, and at the right a Newsletter Link and the Sign in / Register link, but saying ‘Clients Access’ instead.
Please see screen shots in private content.
Figure 1 shows how it is now. (this is a copy website in order to do the amendments to its final one).
The idea then is, as you can see in picture 2, to delete the bar that is in red, and move the Sign In / Register to where it says ‘Clients Access’, also adding Newsletter, and the Call Us on the left.
If you see on that existing top bar, a new link has been already added saying ‘Favoritos’. This was done by your team.
What I wish is, if you could let me know how and where do I do all these changes, in order to be able to customize everything on my own till we’re happy with the final result.
Please see pictures, links and credentials in private section.
Kind regards,
Hello,
Your query requires additional customization which you can order via this form:
https://www.8theme.com/customization-services/
Best regards,
Jack Richardson.
Hello,
Not too long ago you have added the link saying ‘FAVORITOS’ as previous screen shots show.
Could you please let me know how this was done so that we can actually add more details into the header, please?
It is only saying ‘Call us on’ and the Clients area.
Wouldn’t be possible to make through a widget or something?
Many thanks,
Hello,
If you want to add the content on right side of the top bar you can use Text widget in Appearance > Widgets and add it to “Right Side top bar area”.
Regards,
Eva Kemp.
Thanks, I will try do that.
On other note, how do we change Add to Cart Button Colour? Not the hover, the actually button itself.
Also, how do we change menu hover colour? For instances, on the link in private content you may be able to see menu hover is Purple in a square format. How do we change that Purple Square colour?
Kind regards,
Hello,
Try to add this code in Custom CSS:
.progress-button {
background-color: red;
}
.product-information .cart button[type="submit"] {
background-color: red;
}
.menu-wrapper .menu-main-container > ul > li:hover a, .fixed-header .menu-main-container .menu > li:hover a {
background-color: white;
}
.menu .menu-full-width .nav-sublist-dropdown ul > li > a {
background-color: white;
}
Set the values to your needs.
Regards,
Rose Tyler.
Hello,
Thanks, it worked.
One last thing please, how do we align single products to the centre by inserting them in a single page?
Please see link in private content.
You may be able to see that the product is aligned to the left. I’ve tried by using columns and all that but that changes the size of the product and never puts it in the very centre of the page.
Kind regards,
Hello,
Sorry for a delay.
Could you please check the credentials? We can’t login your website and see the problem at the moment.
Regards,
Rose Tyler.
Hello,
Sorry, it was password protected.
Please see credentials in private content.
Kind regards,
Hello,
You can try to add this code:
.product {
width: 100%;
}
.footer-product {
width: 30%;
float: none;
left: 35%;
}
in custom css for page http://prntscr.com/dwc6rc
Regards,
Rose Tyler.
Thanks
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
The issue related to '‘Woocommerce Header adding new features’' has been successfully resolved, and the topic is now closed for further responses