This topic has 9 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hi,
1. May I ask how can I move the label to the right? I have tried to set the margin, but it does not work.
https://ibb.co/Gv5sPxQ
https://ibb.co/rfjx7Ph
https://hitechi-medicalcare.com/
2. May I ask how can I make the title & content of the info box bolder? I have set it to 900, but it is still not bold enough.
https://ibb.co/7Ycw7Q1
https://ibb.co/mtPnSf0
https://hitechi-medicalcare.com/%e9%97%9c%e6%96%bc%e6%88%91%e5%80%91/
3. The text of the sub-menu on the footer is in white color, it only shows when a user hovers on it. How can I make it in black color?
https://ibb.co/fk0RmnS
Thank you
Hello,
1) Change “margin-right: 100px;” to “left: -10px;”
2) There is no such possibility.
3) You can hide submenus via settings of Menu element – http://prntscr.com/tfdr5g
or use this ccustom CSS code:
footer .item-design-dropdown .nav-sublist-dropdown ul>li>a {
color: #222 !important;
}
Regards
I set it as margin-left: -50px.
The labels on the upper side products are good, but the label on downside products are separated too much.
They all should be -50px, why some of them are different?
Hello,
Set 2 products per view for the carousel on mobile.
Regards
Thank you
You’re welcome!
Regards
Hello,
Regarding question 3:
3) You can hide submenus via settings of Menu element – http://prntscr.com/tfdr5g
or use this ccustom CSS code:
footer .item-design-dropdown .nav-sublist-dropdown ul>li>a {
color: #222 !important;
}
How can I change the hover color? It is #222 now
Also, may I ask how can I decrease the padding of the sub-menu area? https://ibb.co/R0xCWNq
And, how can I make the navigation icon closer? https://ibb.co/jZjDF49
Thank you
Also, how to make the sub-menu display downward like the header menu, or display on the menu?
It is on the right side now, and the sub-menu cannot be seen.
If it is displayed on the left side, then it will cover the other menu
Thank you
Hello,
3) Theme Options > Footer > Footer styling > Footer Links > hover color
4) Here is custom CSS code:
.nav-sublist-dropdown {
width: 11em;
}
5)
.menu-element .menu .menu-item-has-children>a:after {
right: 50%;
}
6) There is no such possibility, by default. We can try to achieve result similar to the desired one using custom CSS code. Do you need to do this for menu in a particular place? Please provide URL.
Regards
You must be logged in to reply to this topic.Log in/Sign up