1. muddasirpk
  2. Commercial Templates
  3. Sunday, 20 November 2016
  4.  Subscribe via email
i need 2 changes. website is https://splashbug.000webhostapp.com/

a) The slider border is coming as white, i want to change to black.

see this




b) module just below slider backend is grey i want it to be black

see this
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

a. To amend try adding the following to the Custom CSS field of your templates parameters...


#slideshow_modules.block_holder {
padding: 0 !important;
}


b. To amend try adding the following to the Custom CSS field of your templates parameters...


#top_modules.block_holder {
background-color: #000;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
It work for module, and it background become black but still slider surrounding has padding.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try also adding the following to your Custom CSS field...


.top-1 .module_padding {
padding: 0 !important;
}
.top-1 .module_content {
padding: 0;
}
.top-1 .module_margin {
margin: 0;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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