how to change the text and colour

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Mar 06, 2013 12:45 am
Hi, i am having problems with my website www.in2town.co.uk i do not like the colour in the module news show pro as i want the text black, also i want the text changed, i would like the text similar to this http://www.guardian.co.uk/ with the same text for the titles and the same text for the main articles on this page.

also i would like my main articles to have the same text as this http://www.guardian.co.uk/business/2013 ... nk-bonuses

so for example, my content page here http://www.in2town.co.uk/news/katie-pri ... ality-star

i would like the text to look the same as the content on the page above http://www.guardian.co.uk/business/2013 ... nk-bonuses

can you please help
User avatar
Platinum Boarder

teitbite
Wed Mar 06, 2013 10:10 am
Hi

Please add this code to css:

Code: Select all
.itemHeader .itemTitle {
    color: #1A1A1A;
    font-family: georgia,serif;
    font-size: 25px;
    line-height: 120%;
}


for text You first need to remove the style You have entered with editor.
User avatar
Moderator

GK User
Wed Mar 06, 2013 8:29 pm
teitbite wrote:Hi

Please add this code to css:

Code: Select all
.itemHeader .itemTitle {
    color: #1A1A1A;
    font-family: georgia,serif;
    font-size: 25px;
    line-height: 120%;
}


for text You first need to remove the style You have entered with editor.


thank you for this
User avatar
Platinum Boarder

GK User
Wed Mar 06, 2013 8:33 pm
in2town wrote:
teitbite wrote:Hi

Please add this code to css:

Code: Select all
.itemHeader .itemTitle {
    color: #1A1A1A;
    font-family: georgia,serif;
    font-size: 25px;
    line-height: 120%;
}


for text You first need to remove the style You have entered with editor.


thank you for this


forgot to ask where abouts do i add this, is there a line number or do i do it in override. I have found the style.css but not sure if this is correct and if so what line it should go on
User avatar
Platinum Boarder

teitbite
Fri Mar 08, 2013 10:54 am
Hi

Please add this to override.css file, but remember that You need to enable using this file in template configuration.
User avatar
Moderator


cron