badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

sovit ranjitkar

Forum Replies Created

Viewing 10 posts - 46 through 55 (of 55 total)
  • Author
    Posts
  • in reply to: Need to resize area occupying logo #3528
    sovit ranjitkar
    Keymaster

    @Mowjee We just viewed your website in smartphones and everything is fine. We din’t found the banner loses responsiveness.

    Thank you!

    in reply to: Changing the order in responsive design #3485
    sovit ranjitkar
    Keymaster

    @heinechristensen Could you please provide us a link to your site so that we can help you easily.

    Thank you!

    in reply to: Change color of next / previous post button #3482
    sovit ranjitkar
    Keymaster

    @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!

    in reply to: Transparent pages #3177
    sovit ranjitkar
    Keymaster

    @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

    in reply to: slider text box on the right – text within left bound #3174
    sovit ranjitkar
    Keymaster

    @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.

    in reply to: Custom CSS to reduce font size for… #3052
    sovit ranjitkar
    Keymaster

    @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.

    in reply to: Footer Widget #3051
    sovit ranjitkar
    Keymaster

    @Uniquedesign,

    To 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.

    in reply to: I need the Css to change attitude theme fonts #3007
    sovit ranjitkar
    Keymaster

    Hi 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.

    in reply to: Adding padding to the sidebar #2941
    sovit ranjitkar
    Keymaster

    Hi Mcnutman,

    Could you please provide us a link to your site.

    Thank you !

    in reply to: side bar font size #2940
    sovit ranjitkar
    Keymaster

    Hi nickfehlinger,

    If you provide us a link. It will be more easy to understand what you are trying to say.

    Thank you !

Viewing 10 posts - 46 through 55 (of 55 total)