1. cuervo
  2. Commercial Templates
  3. Tuesday, 23 January 2018
  4.  Subscribe via email
Hi,

Is there a way to remove the logo container and move the rest of the content up?
The bottom border of the header image(s) is oblique. Is it possible to make it horizontal?

Thanks.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#header {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That was a little too much, I still need the top navigation.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
To just hide the logo you can use the following instead....

#logo {
display: none;
}


For the horizontal bottom border you can also add the following...

#content-outer::after {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Both issues solved, thanks a lot.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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