This topic has 15 replies, 5 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Hi,
How can I chamge the footer logo in Xstore theme?
Thanks.
Additionally, menu hover is white. I want to change it to black.
Because my header background needs to be white and white hover conflicts with white background 🙂
I couldn’t change it…
Can you help me?
How can I chamge the footer logo in Xstore theme?
– go to, Appearance >> Widgets >> footer and in the text widget change the IMG source.
menu hover is white. I want to change it to black.
– put following css in 8theme options >> styling >> custom css >> global custom css
.menu-wrapper .menu > li > a:hover { color: #000 !important; }
Hi Amzy, thanks for explanation but hover color is not changed when I put the css code into global custom css.
Can you take a look?
Hello, @burakorkun
Please use followig code instead of previous:
.template-content .page-wrapper .menu li a:hover {
color: pink;}
Would you mind to provide us also with web site url for clearer solutions.
Regards,
Max Mullins
Hey Max,
Thanks for quick reply! I added Amzy’s code to Appearence>Custom Css and it worked, also yours.
However, I faced with another problem. The link of the current menu looks white. You can see what I mean when you entered my website.
Thanks.
Hello @burakorkun
Please add following code into the custom.css:
.page-template-default .menu-wrapper .menu li.current-menu-item a{color:red!important }
Regards,
Max Mullins
Hi @maxmullins
Thanks for the code and tips. It worked well!
You are welcome!
Looking forward to hear from you.
Regards,
Max Mullins
Hi @maxmullins
I have another question. On the homepage, I put a background image to the first row via Visual Composer. It looks okay on desktop and tablet but I cannot see the picture correctly on mobile version.
Do you know any tips or code for it to make background image responsive?
Thanks.
Hello again,
I asked helped for menu hover for the homepage and it did work. However when I click to “Blog” in menu, the colour of menu items are white. I want it to be as same as in the homepage.
Can you guys help me?
Hello @burakorkun
Please add folowing code in 8theme options >> styling >> custom css >> global custom css
@media (min-width: 992px){
.menu-wrapper #menu-genel-1 .current-menu-item a { color:#825621!important}}
Regards,
Max Mullins
Hey @maxmullins
Thank you for your kind help!
Your codes are work well…
This time, when I’m on the blog post I can’t see the menu, probably it’s white.
Can you take a look to website?
Thanks.
Hello,
It was the custom for the demo version that you used. I have removed some custom that you don’t need. Check the menu now. Is is ok for you or you want to remove the top border for the menu items?
Regards
You must be logged in to reply to this topic.Log in/Sign up