I'm noticing that the red color in my footer menu doesn't match the red text in the module next to it. The text in the contact us module is using the text-primary class, which is the color i'd like the menu to be also. I notice that if you hover, you get that color momentarily before it turns the grey hover color.
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.module .mod-list li a,
.module_menu .mod-list li a {
opacity: 1;
}
Hope it’s okay to ask another question in this same thread… I’m using the J51_InlineIcons in the base of the site and on mobile the spacing odd with the text above it. I can’t seem to tweak it to look good on both desktop and mobile. Any idea? (Screenshot attached.)
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 959px) {
.base-2 .j51_inlineicons {
margin-block-start: 1rem;
}
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »