1. kevinfrehill
  2. Commercial Templates
  3. Sunday, 16 November 2014
  4.  Subscribe via email
Hi,

I am using letterpress. I was wondering how I can make the header behind the logo transparent. It is currently black. Here is the link.
http://www.rcgolfescapes.com

Thanks

Kevin Frehill
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kevin

Could you try adding the following to the Custom CSS field of your templates parameters...


#container_header {
background-color: transparent !important;
border-bottom: medium none;
}


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

Ya I had tried this already but its having no effect.

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

In your templates stypes.php (../templates/j51_letterpress/php/styles.php) locate the following (line 276)...


/* Header Color */
#container_header, #container_spacer2 .wrapper960, .slicknav_btn {
background-color: <?php echo $elementcolor8; ?> !important;
}


And replace with...


/* Header Color */
#container_spacer2 .wrapper960, .slicknav_btn {
background-color: <?php echo $elementcolor8; ?> !important;
}


The above CSS should then work without issue.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That worked thanks Ciaran.

Kevin
  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!