1. griffn84
  2. Commercial Templates
  3. Tuesday, 18 January 2022
  4.  Subscribe via email
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.
References
  1. https://www.advancedtitlegroup.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Appreciate the prompt reply, Ciaran! That worked perfectly!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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.)
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!