How can i change the writing to black
Advanced and professional portal news Joomla template with community features and various content display layouts.
- GK User
- Wed Mar 07, 2012 1:37 pm
how i am updating my website and i am using the news show pro gk4 module. the position that i am working on is top 6 where it says latest lifestyle news here http://www.in2town.co.uk i am wanting to do two things, one i want the writing under the picture to be black and the second is i want to increase the size, can anyone please help with this
-
- Platinum Boarder
- Konrad M
- Tue Mar 13, 2012 6:46 pm
Hi
Please try add your own suffix to this module and then try add to the override.css
and increase font vaule. Remember to enable override.css option in template settings.
Please try add your own suffix to this module and then try add to the override.css
- Code: Select all
.mysuffix p.nsp_text {
font-size:10px;
color:#000;
}
and increase font vaule. Remember to enable override.css option in template settings.
- teitbite
- Tue Mar 13, 2012 7:05 pm
Hi
You can do this by using module class suffix. For example add this module class suffix in module settings:
please remember that space in front is important. Secondly add a code to css with styles:
This is just an example, but that's the way it works.
You can do this by using module class suffix. For example add this module class suffix in module settings:
- Code: Select all
change_font
please remember that space in front is important. Secondly add a code to css with styles:
- Code: Select all
.change_font {
color: #000000;
font-size: 15px;
}
This is just an example, but that's the way it works.
-
- Moderator
3 posts
• Page 1 of 1