1. SvenGuns
  2. Commercial Templates
  3. Wednesday, 17 July 2013
  4.  Subscribe via email
How can I change the color of menu placed in the sidecol-a module position of the J51 Impulse template
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To change the colour of the background of your sidecol modules try adding the following to the Custom CSS field of your templates parameters where #DDDDDD is the new background colour...


.sidecol_block .module {background: #DDDDDD;}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
No result with this. There is nothing in customCSS field for the moment, do I have to add extra instructions?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Forgot to click on save! It works THX
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I want to chage de color of the tekst and titles in the sidecol-a module position as well. How can I do this (Don't have enough CSS expierience (sorry))
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
To change the colour of the titles of just the sidecol-a module position try adding the following to the Custom CSS field...


#sidecol_a .module_header h3 {color: #000000;}


Where #000000 is your new module title colour.

For the sidecol-a text also adding the follow...


#sidecol_a .module_content {color: #000000;}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Is it also posible to change the background colour of the content-bottom module?
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters...


.contentbottom .module {background: #EEEEEE;}


Where #EEEEEE is your new module background colour.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Is there a list of CSS codes which can be used with the J51 templates? If I have the codes I don't have to ask for it each time I want to change something. It sees thah the codes have a system, I only need the beginnen of the codes (the prefixes (coulor etc.) can I find out by my self
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry to say at present we do not have a list of CSS selectors available for our templates however these can be easily found by using the inspect element function in tools similar to Firebug (https://getfirebug.com/). Pressing F12 in most browsers will give you similar functionality.

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


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