News Show Pro GK5 change color

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sun Feb 02, 2014 4:49 pm
hello i want to ask how change the headline color only and make it orange in the gk league news pro ΣΥΜΒΑΙΝΟΥΝ ΣΤΗ ΠΟΛΗ
User avatar
Fresh Boarder

teitbite
Sun Feb 02, 2014 5:25 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Sun Feb 02, 2014 7:39 pm
User avatar
Fresh Boarder

GK User
Sun Feb 02, 2014 9:22 pm
Sure,
Dimitris please use this:
Code: Select all
.header > span#module176 { color: orange; }


About orange color - you can use instead
#FDD22F -> to get light orange
#F2971A or #F7991D -> to get middle orange
#F47C38-> darker, similar to this which we used in template - like dot under title

Using this guide: http://www.gavick.com/documentation/joo ... -template/

Like I did you last time.
User avatar
Platinum Boarder

teitbite
Mon Feb 03, 2014 10:16 am
Hi

Thanks for help Pawel. Just edited Your post to fix a small typo in color hex.
User avatar
Moderator

GK User
Mon Feb 03, 2014 7:11 pm
About this question: "make orange the background of the word? and the word in white or black color?"

Replace my last code with this :
Code: Select all
.header > span#module176 {
    color: #fff;
    background: #ffa500;
    padding: 3px 4px;
    font-size: 97%;
}


#fff - white
#000 - black
User avatar
Platinum Boarder


cron