1. david@torrens.me.uk
  2. Commercial Templates
  3. Friday, 23 February 2018
  4.  Subscribe via email
I am trying the Renita template at http://www.whitchurchwaterway.uk/home-2 and have applied the same custom.css and colours I used at http://www.whitchurchwaterway.uk/ that uses the florence template but the colours of links in the base has not changed.
Is there anything different that would stop the custom css working.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi David

To amend try also adding the following to the Custom CSS field of your template settings...

#container_base a {
color: #abe3fe;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks what I used is this which works almost but not quite the same as on the Florence template.


/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/

#container_base a:link {
color: #abe3fe;
}
#container_base a:visited {
color: #000000;
}
#container_base a:hover {
color: #ffffff;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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