Forum Replies Created
-
AuthorPosts
-
sovit ranjitkarKeymaster
@Mowjee We just viewed your website in smartphones and everything is fine. We din’t found the banner loses responsiveness.
Thank you!
sovit ranjitkarKeymaster@heinechristensen Could you please provide us a link to your site so that we can help you easily.
Thank you!
sovit ranjitkarKeymaster@BlackWidow To change the color of the next / previous post button Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
ul.default-wp-page li a { background-color: #F9F9F9; border: 1px solid #EAEAEA; }
Note: Change above HEX color code F9F9F9 for background-color and EAEAEA for border.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you!
sovit ranjitkarKeymaster@APPMAGENT Sorry for the late reply.
To make the white pages semi transparent Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:.wrapper { background-color: rgba(255, 255, 255, 0.5); }
Note: Change the 0.5 value above for to increase and decrease the transparent.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme
August 12, 2013 at 10:50 am in reply to: slider text box on the right – text within left bound #3174sovit ranjitkarKeymaster@Dominik To have the text in the box left bound Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
.featured-text { text-align: left; }
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.
sovit ranjitkarKeymaster@gassho, To reduce font size for post titles back and forward on permalink pages Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
.entry-meta, #content ul.default-wp-page { font-size: 13px; }
Note: Change above digit value accordingly to your needs.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.
sovit ranjitkarKeymasterTo make a text along the whole footer on 1 column Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
#colophon .widget { float: none; width: inherit; }
Note: Above CSS code display all your widget in full width.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.
sovit ranjitkarKeymasterHi Emmykk,
To integrate fonts exactly like clean retina theme fonts Go to Appearance -> Theme Options -> Webmaster Tools -> Analytics and paste the following code.
<link href='http://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic' rel='stylesheet' type='text/css'>
after that Now Integrate the font into your CSS Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste you CSS code:
body, input, textarea, #site-description, .slogan-wrap .slogan span, #access select { font: 13px 'Gentium Basic', serif; }
Note: Change above digit value to increase or decrease the size of font.
Now Click on Save all Changes Button and refresh your browser.
Thank you for using our theme.
sovit ranjitkarKeymasterHi Mcnutman,
Could you please provide us a link to your site.
Thank you !
sovit ranjitkarKeymasterHi nickfehlinger,
If you provide us a link. It will be more easy to understand what you are trying to say.
Thank you !
-
AuthorPosts