My text is not visible in Top Header Right Bar how do I change colour of text in this bar and also in other areas ?
Hello, You have to follow two steps- Step-1: please follow below image. Step-2: Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: fieldset.add p { color: green !important; } You can change color according to your need. Thanks & Regards Pramod
Thank you for that , now how do I change the size of the font ? and centre the text so that it is in the middle ? that is the blue text in the top header right bar ?
I would like to place some images of logos on the bottom of the home page under the First Feature column image , second and third feature column images I am trying to replicate the bottom of the homepage (old Site) www.beralon.com , could these appear on the bottom of each page ? Thank you again.
Hello, Use these code in custom CSS set according to you need. Code: fieldset.add p { color: blue !important; font-size: 45px !important; line-height: 30px !important; text-align: center; } fieldset.add { margin-right: 43px; } You can add images in footer section widget area which appear in every pages.. Thanks & Regards Pramod
Hi Pramod, how do I centre the blue text Eg . " one of the most experienced and qualified chemical cleaning companies in Australia. The best solution for your chemical cleaning needs." also I need to align this with the logo so that it looks good. Thank You Niall
Re - thread My text is not visible in Top Header Right Bar how do I change colour of text in this bar and also in other areas ? I have added another question how do I centre the blue text in the Top Header Right Bar Eg . " one of the most experienced and qualified chemical cleaning companies in Australia. The best solution for your chemical cleaning needs." also I need to align this with the logo so that it looks good.
Hello, There is not any text in your header section which is invisible. Did you remove text? Thanks & Regards Pramod
Hi Pramod , go to www.gtksamplepages.com/wp the text is on the right , the logo on the left. Regards Niall
Hello Niall, 1. Open header.php file and find this code( <div class="grid_16 alpha"> ) then make it <div class="grid_10 alpha">. Again find <div class="grid_8 omega"> then make it <div class="grid_14 omega">. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: fieldset.add p { text-align: center; margin-top: 85px; } It will resolve your issue. Thanks & Regards Yogesh Bhade