1. mortk1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 27 March 2023
  5.  Subscribe via email
Hi Ciaran,

My client wants to increase the font size for the main horizontal menu on her Chloe website template so that the menus are easier to read.
Can you send me some code to increase that menu font size? Thanks.

Regards,
Mort
Accepted Answer Pending Moderation
0
Votes
Undo
i use
.hornav {
font-size: 16px;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That worked great...many thanks!

Mort
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I also need to increase the main menu hornav font size for a site using the Hayley template.
I tried the same code but it did not work:
.hornav {
font-size: 16px;
}
Please send me the appropriate code for the Hayley template. Thanks!

Mort
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Mort

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

.hornav > ul > li > a {
font-size: 16px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

That works great,,,,thanks!

Mort
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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