1. gcopping
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 11 January 2023
  5.  Subscribe via email
https://www.joomla4.nepal-systems.co.uk/

Hi,

If you look at the above link I would like to be able to change the following on this site which I cannot find how to do in the template parameters:

1. Change the background colour of the Hornav menu at the top.

2. Change the colour of the text links on the footer menu and also put a different hover colour for these links.

Thanks,

Gary
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gary

1. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

.hornav {
background: white;
}


2. To amend also adding the following (edit to taste)...

.footermenu ul li a, 
.footermenu ul li span {
color: #fafafa !important;
}

.footermenu ul li a:hover,
.footermenu ul li span:hover {
color: #fffffff !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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