This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp
I am facing some issues whiles using your themes.
How to change the menu text and hover colour
If I have 4 or 5 main menu, how can i align them to right side, as it by default alight to left which looks odd
If I wanted to add other bank payment gateway then what is the best way to use it as I am not a technical person
How to right align 2nd menu which comes after scrolling the page
whenever I received the updates how can i implement it in up and running website?
whenever I received the updates which files do i need to download as its offer to choose the file
Hello,
How to change the menu text and hover colour
Use this css code in Theme Options > Custom CSS > Global Custom CSS:
.header-type-7 .menu-wrapper .menu > li > a {
color: #aeaeae;
}
.header-type-7 .menu-wrapper .menu > li > a:hover {
color: #aeaeae;
}
Change color value to yours.
If I have 4 or 5 main menu, how can i align them to right side, as it by default alight to left which looks odd
Now menu is centered. Do you still want to move it right?
If I wanted to add other bank payment gateway then what is the best way to use it as I am not a technical person
This is related to Woocommerce plugin. You can search for their extensions and install some plugin for payment gateway you need.
How to right align 2nd menu which comes after scrolling the page
Use this css code:
.fixed-header-area .collapse {
float: right;
}
To update theme please refer to this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
sorry but none of the provided solutions are working please let me know if I wanted to uses the different color in different header section means just to play around with the layout out how can i do that because I chooses the center one, just because I don’t have any option, please help me to fix it.
Hello,
Please provide us with WP admin credentials in private content.
Regards,
Eva Kemp.
I request you plesae guide me whatever change you made in the provided theme, so that I can also edit and update accordingly.
thanks
that will be great if you have any video tutorial for each and every layout in this particular theme pls share it with me so that I can learn it from there.
thanks
Hello,
Please provide us with WP admin credentials in private content to check the code you entered in custom.css. We need to investigate why it’s not working.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up