Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to configure the font of the page which show a search result. (http://forum.bytesforall.com/showthread.php?t=14226)

Talia May 19, 2011 03:55 AM

[SOLVED] How to configure the font of the page which show a search result.
 
Hi everybody!

WP: 3.0.1
Atahualpa: 3.5.3

I have no problem, just a little question. Thank you for help!

I just want to configure the font of the page which show a search result.
Where will I find it?

juggledad May 19, 2011 05:14 AM

you will need to add CSS in the 'CSS Inserts' option and you can start the selectors off with 'body.search' so the rules you code will only effect the search page. For example, the following will change the post title RED
HTML Code:

body.search .post-headline a {color: red !important;}
for anything else, use firebug in firefox to determine the CSS you need to override.

Talia May 19, 2011 07:21 AM

After some tests, it's OK!!! Thanks a lot.


All times are GMT -6. The time now is 03:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.