1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 15 November 2021
  5.  Subscribe via email
ref: http://west5web-builder.co.uk

1. Where i have the "book now" image in the main menu, is it possible add some css so that this acts a s rollover
2.. I need to add a background image to the main component section of the website. Is this possble?
3. How do I add aditional fonts that can be sued throughoutt the site?

Thanks, Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

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

.item-105:hover {
opacity: .5;
}


2. Also try adding the following, replacing the # with the URL to your image...

#container_main {
background-image: url("#");
background-size: cover;
}


3. Currently this is only easily possible with Google fonts. For further details ont his topic, have a look at https://www.joomla51.com/tutorials/template-customization/adding-new-google-fonts

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


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