1. jodancer
  2. Commercial Templates
  3. Sunday, 29 November 2015
  4.  Subscribe via email
Hi,
I am trying to the remove the bottom border on the #container_top1_modules div. in the Cashmere template

This it what I see in Firebug but I can't find it anywhere :unsure:

#container_hornav, #container_slideshow, #container_top1_modules, .outside_center {
border-bottom: 4px solid #444444;
border-top: 4px solid #444444;
}

Could you please help me with this?
many thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To remove this border try adding the following to the Custom CSS field of your templates parameters...


#container_top1_modules {
border-bottom: medium none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
Thank you for your reply but unfortunately it doesn't work.

http://cliffproducciones DOT com/singular/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Navigating through your site we are failing to find any modules published in the top-1# module positions. Would you have a URL directly to an example of your top-1# modules?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
My apologies, I though this was the module.

I have attached an image of the line I would like to remove.

Your help is appreciated :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
No worries...

To remove this border you can add the following to your Custom CSS field...


.outside_center {
border-bottom: medium none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect! Thank you very much
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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