Hello!
Please tell me, how do I make the menu font in bold?
The application screenshot.
And where to find such a contact module, as in the screenshot.
Thank you in advance!
All the best!
- niko7488
- Commercial Templates
- Tuesday, 21 June 2016
- Subscribe via email
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.hornav > ul > li > a {
font-weight: bold;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
To amend the color of your footer menu items try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
#footermenu ul li a {
color: #000000;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hello
The Custom CSS field is available in your templates parameters. From your Joomla administration navigate to Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS
Ciarán
The Custom CSS field is available in your templates parameters. From your Joomla administration navigate to Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hello
To amend add the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To amend add the following to the Custom CSS field of your templates parameters (edit to taste)...
#copyright p {
color: #000000;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
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 »