I need to change the Text Colour, Text Size, Upper or Lower Case, Make Bold and Font Size. in : Home Page Bottom Section Heading Home Page Bottom Section Description Page Caption and Also: If I decide not to put any text in these boxes , how to stop your default text from showing. The URL is : www.gtksamplepages.com/wp Thanks Niall
Hello, 1. Edit custom.js file as shown below in screenshot. 2. To change font-size etc of bottom heading and bottom description use following css in Custom CSS. Code: .index-fullwidth h2 { font-size: size according to you (eg. 26px); color: your color(eg. green); font-weight: 700; text-transform: uppercase; } .index-fullwidth p { font-size: size according to you (eg. 12px); color: your color(eg. red); font-weight: 500; text-transform: lowercase; } 3. If you don't want bottom text then put some spaces in bottom feature setting in theme option panel or use following css in Custom CSS. Code: .index-fullwidth { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hi Yogesh, thank you for your assistance, it worked, however I need css to change the Page Caption at the very bottom in the Blue Bar over the small logos on www.gtksamplepages.com/wp. Your customer service is excellent, I am going to change all of my sites over to Ink Themes. Regards Niall
Hello, Your site is not working now so when your site will work i will find solution for it. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bottom { color: white; } It will resolve your issue. Thanks & Regards Yogesh Bhade