Reduce slide content entry box in Colorway

Discussion in 'ColorWay WordPress Theme' started by nigel douch, Mar 13, 2014.

  1. nigel douch

    nigel douch New Member

    Joined:
    Feb 14, 2014
    Messages:
    1
    Likes Received:
    0
    Good Morning

    I have managed to reduce the size of the slider and image in my site wurdz.biz, but now I want to reduce the size of the slide content entry box to 50% of it's current size and also reduce the font size to 16px.

    Nothing I put in the custom CSS seems to change it. If I look at the element with Inspect Element I can see something called canvas size but I can't find this to copy and amend in the CSS.

    Can anyone assist?

    Many thanks

    Nigel
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement 
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');   

    now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide .slide-content.entry h2 a{
    font-size:12px;
    }
    .slide .slide-content.entry .title{
    line-height:15px!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page