0
Votes
Undo
  1. gcopping
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 11 October 2022
  5.  Subscribe via email
Hi Ciaran,

I am in the process of moving 1 of my sites to J4 using this template - the test site is at:

http://www.joomla4.nepal-systems.co.uk/index.php

2 questions for you:

1. How do I move the menu up so that there is no blank space between it and the logo above?

2. How do I change the colour of the text in the footer.

I cannot find out how to do this in the template options.

All help appreciated as usual.

Best regards,

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)....

.logo {
top: 0;
padding-block: 0;
}
.header_top {
display: none;
}


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

.copyright p {
color: #000000;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran it works well - much appreciated.
  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!