gk_twn2 : change text color

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Mon Jul 02, 2012 4:17 pm
Hello,

I am looking to change the text color "Recherche sur le site" (search module) and "Editorial" (module title) : thank you for telling me where are the corresponding color codes.
Capture_11.PNG
User avatar
Expert Boarder

Konrad M
Tue Jul 03, 2012 10:10 am
Hi,
please try add to the override.css
Code: Select all
#gkSearch #mod-search-searchword {
color: #362727;
}

and change color value. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Jul 03, 2012 12:58 pm
Capture_21.PNG
Capture_22.PNG

Thanks, but now text should be yellow : where is the problem ?
User avatar
Expert Boarder

Konrad M
Tue Jul 03, 2012 1:00 pm
Becasue you have to add this code to override.css file. You can do it by editing this file in joomla panel or directly by to ftp. It is located in 'css' folder.
User avatar

GK User
Tue Jul 03, 2012 1:22 pm
override.css file is now :
    /*
    #------------------------------------------------------------------------
    # The World News II - July 2011 template (for Joomla 1.6/1.7)
    #
    # Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
    # License: Copyrighted Commercial Software
    # Website: http://www.gavick.com
    # Support: [email protected]
    */

    /* Here you can include your override CSS styles */
    #gkSearch #mod-search-searchword {
    color: #f09400;
    }
but text il always black : why ?
User avatar
Expert Boarder

Konrad M
Tue Jul 03, 2012 1:31 pm
Becasue you have enabled cache option. So you still have empty override.css file in cache. Please clear cache. Then it should work.
User avatar

GK User
Tue Jul 03, 2012 7:51 pm
Now, cache option is disabled, but text is still black ...
User avatar
Expert Boarder

Konrad M
Wed Jul 04, 2012 8:24 am
Please give me url to your site and just in case send me PM with access to your joomla backend. Remember to add link to topic too.
User avatar

teitbite
Thu Jul 05, 2012 6:56 pm
Hi

Konrad. Casdyn send an access to me by mistake probably, so I've took a look. I believe the code which can change the color should be:

Code: Select all
input#mod-search-searchword { color: #f09400 !important; }
User avatar
Moderator

GK User
Thu Jul 05, 2012 8:32 pm
Hello,

That's OK, many thanks.
And my apologies for this error of addressing PM.

Yves Casdyn
User avatar
Expert Boarder

teitbite
Fri Jul 06, 2012 4:05 pm
Hi

No problem. We're glad it's ok now.
User avatar
Moderator


cron