This topic has 2 replies, 3 voices, and was last updated 9 years, 5 months ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
1) Is it possible to have the black top bar location details match the location page you are viewing? Also, is it possible to rename “Gate:”? where do I do this?
2) On any locations page, where do I change the background colour and modify the table sections that say: small, med, large, features, price, etc. I want to customize those background colors and the names of the tabs.
Also, If I wanted to make all sizes in one long table, can I do that instead of listing them by small, med, large?
3) How do I remove the search bar in the menu? I’m using Header Style 1.
4) Theme Colour isn’t changeable, you mention you can edit this in the color folder, but no other instructions anywhere about what folder, where, how it changes, etc.
5) Bug? – In firefox, colours show properly, but on Chrome they stay the default orange colour, I want to change the colour to #BF0000; instead of your #DB44…
Thanks,
1) Is it possible to have the black top bar location details match the location page you are viewing? Also, is it possible to rename “Gate:”? where do I do this?<br>
It’s not there currently but we will consider adding an option to link to the single page for the storage in the coming update soon. Regarding gate can you send us a screenshot where you want to point that?
2) On any locations page, where do I change the background colour and modify the table sections that say: small, med, large, features, price, etc. I want to customize those background colors and the names of the tabs.<br>
In theme options you can customize that color. see screenshot. If you want to individually modify that colors then you can inspect the element using google chrome inspect element and find the class and add your custom class.
Also, If I wanted to make all sizes in one long table, can I do that instead of listing them by small, med, large?<br>
One table is not yet tested. But I think adding all the one sizes will give you the one table.
3) How do I remove the search bar in the menu? I’m using Header Style 1.<br>
Add the following code in your custom css section in theme options
.ivaSearch {
display: none;
}
4) Theme Colour isn’t changeable, you mention you can edit this in the color folder, but no other instructions anywhere about what folder, where, how it changes, etc.<br>
Check the screenshot.
5) Bug? – In firefox, colours show properly, but on Chrome they stay the default orange colour, I want to change the colour to #BF0000; instead of your #DB44…
You need to clear the cache. Some times you need to clear the cache to load the new colors
I recommend you to use child theme instead of modifying anything in the main theme. If you use the child theme then u can replicate the files you wish to modify and add your own customization. Child theme is included in the full package you downloaded from themeforest
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.