Hi Ciarán,
I am using your J51_Vitality template on my site. How can I eliminate or change the color of the thick grey border that appears on the left and right sides of each page? Thanks!
Steven
- sjudelson
- Commercial Templates
- Wednesday, 02 August 2017
- Subscribe via email
Never mind my latest post, Ciarán. I solved my invisible copyright color problem by addiing the below to the Custom CSS section. Sorry for not searching the forum before posting.
#copyright {
color: #000;
}
#copyright {
color: #000;
}
- more than a month ago
- Commercial Templates
- # 1
Thanks! That did the trick.
One unintended consequence seems to be that the copyright is no longer visible. I suspect the copyright line is still there, but that the color of the font has to be changed (to the blue #2148bd if possible) to be visible. How can I fix this? Thanks in advance.
Steven
One unintended consequence seems to be that the copyright is no longer visible. I suspect the copyright line is still there, but that the color of the font has to be changed (to the blue #2148bd if possible) to be visible. How can I fix this? Thanks in advance.
Steven
- more than a month ago
- Commercial Templates
- # 2
Hello
Sure. To amend try adding the following to the Custom CSS field of your templates parameters..
Ciarán
Sure. To amend try adding the following to the Custom CSS field of your templates parameters..
[class^="social-"], [class*=" social-"] {
background-color: transparent;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
I have a related question, Ciarán. I was unhappy with the social media icons at the top of the page on mobile devices, so I placed a social media icon module in the bottom 1-f position of my Vitality template. I added "hidden-desktop" as a Module Class Suffix so that the module would only appear in mobile devices. The module, however, has a grey background (see attached image), which I would like to eliminate. Is this possible?
- more than a month ago
- Commercial Templates
- # 4
Fantastic! Thanks for the complement. Even more thanks for your prompt and complete solution. You're the best!
- more than a month ago
- Commercial Templates
- # 5
Hello
To edit you can add the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To edit you can add the following to the Custom CSS field of your templates parameters (edit to taste)...
#container_slideshow,
#container_top1_modules,
#container_top2_modules,
#container_top3_modules, #container_main,
#container_bottom1_modules,
#container_bottom2_modules, #container_base,
#container_copyright,
#container_footermenu {
border-color: transparent;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »