Please see photo, thank you. ----------------------------------------------------- Hello, 1. To remove "Top Infobar Link Text" section, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.siteinfourl { visibility: hidden; } 2. To remove "Top Right Contact Details" section , Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .contactinfo { display: none; } 3. To align the logo centered, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .logo { text-align: center; } and then go to the header.php file present in your theme directory and follow the instruction shown in the image given below. 4. For the slider caption box issue, It is an image not a color in the background of slider caption, If you want to change its color then, Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them. The name of images are "slidertextbgnew.png" and "tbg.png". Note:- Use same name for your edited images and remove the current images. 5. To change the feature heading color, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feturebox .featurebox_inner .featurebox_desc h2 a { color: red; } In place of "red" you can put your color or color code. Thanks & Regards, Piyush Pratap Singh
Please can someone advise ... ------------------------------------------------------------------ Hello, 1. To remove "Top Infobar Link Text" section, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.siteinfourl { visibility: hidden; } 2. To remove "Top Right Contact Details" section , Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .contactinfo { display: none; } 3. To align the logo centered, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .logo { text-align: center; } and then go to the header.php file present in your theme directory and follow the instruction shown in the image given below. 4. For the slider caption box issue, It is an image not a color in the background of slider caption, If you want to change its color then, Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them. The name of images are "slidertextbgnew.png" and "tbg.png". Note:- Use same name for your edited images and remove the current images. 5. To change the feature heading color, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feturebox .featurebox_inner .featurebox_desc h2 a { color: red; } In place of "red" you can put your color or color code. Thanks & Regards, Piyush Pratap Singh
Hello, 1. To remove "Top Infobar Link Text" section, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.siteinfourl { visibility: hidden; } 2. To remove "Top Right Contact Details" section , Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .contactinfo { display: none; } 3. To align the logo centered, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .logo { text-align: center; } and then go to the header.php file present in your theme directory and follow the instruction shown in the image given below. 4. For the slider caption box issue, It is an image not a color in the background of slider caption, If you want to change its color then, Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them. The name of images are "slidertextbgnew.png" and "tbg.png". Note:- Use same name for your edited images and remove the current images. 5. To change the feature heading color, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feturebox .featurebox_inner .featurebox_desc h2 a { color: red; } In place of "red" you can put your color or color code.