This topic has 10 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
So I’ve got a load of question regarding the customisation options for Royal, rather than writing them all as different threads, I thought it would be a good idea just to list them off, save the moderators time going through them all. For reference I’m using the engineer demo and header 10 for it.
1. How can I make the site logo bigger?
2. How can I change the header (where the logo is) colour, and have the fonts in the “fixed” to be white.)
3. I have a product drop down menu, however I don’t have a page for all products, how can I do this?
4. Edit the small tools equipment images (the three underneath the slider, one under the categories and one under the Popular Product)
5. For some reason the “edit with visual composer” option on the home page doesn’t do anything, site just keeps on loading.
Hello,
1. Please add this code into custom.css file:
.header-logo img {
max-width: 420px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
2. Add this code in custom.css to change header background color:
header {
background-color: red !important;
}
Change color value to yours.
3. To have products page you need go to Woocommerce > Settings > Products tab and select your products page in Shop page field.
4. Could you please clarify the 4th question? What do you want to do with those images?
5. Unfortunately frontend VC editor doesn’t work and we recommend you to use backend editor instead.
Sorry for inconveniences.
Regards,
Eva Kemp.
4 & 5 don’t need to be worried about, sorted it out. 3 Has been sorted out as well (although not allowing me to use VC editor at all).
When using the demo footer, how do I change the logo and the information on it, it’s not allowing me to do this?
Sorry, once I placed the product page in there seems to be a random advert, I’m unable to open the page in VC so can’t delete it.
Here is what I mean…
Hello,
1) First you must disable demo footer block in Theme Options->General. Then you need create footer manually.
You can read more in our documentation:
https://www.8theme.com/demo/docs/royal/index.html#!/9_footer
Also watch video tutorial:
https://www.youtube.com/watch?v=KWAQRXZXsaw
2) Could you please clatify what you want delete?
Regards,
Robert Hall.
Forget Product page, sorted it out.
(Sorry) another question, how do I get rid of the currency (£,$,€) in the header?
I’ve followed this tutorial…
https://www.8theme.com/topic/delete-currency-in-top-bar-keep-login/
But the language and currency still seems to be displaying.
?
Forget that last one, got it working.
Hello,
Try add following code into custom.css file.
.languages-area{
display:none;
}
Regards,
Robert Hall.
The issue related to '‘Plenty of Questions regarding Customisation!’' has been successfully resolved, and the topic is now closed for further responses