Change slider text H1 and H2 size.......Colorway theme

Discussion in 'ColorWay WordPress Theme' started by sergiotvvc, Jul 22, 2013.

  1. sergiotvvc

    sergiotvvc New Member

    Joined:
    Sep 12, 2012
    Messages:
    8
    Likes Received:
    0
    Hello,

    I have a trouble with the Slides Heading and description. I was looking the way to customize it and i added the folowuin code( and deleted the coufon code too) :

    .sl h1 {
    color: #000;
    font-family: yHelvetica;
    font-size: 30;
    };
    font-size: 15;
    }
    .sl h2 {
    color: your color code;
    font-family: your font family;
    font-size: your font size;
    }

    The text size don t change and i belive that i folow your manual......what's the problem?


    Thanks

    www.mediambar.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  3. sergiotvvc

    sergiotvvc New Member

    Joined:
    Sep 12, 2012
    Messages:
    8
    Likes Received:
    0
    Hello,
    I follow your manual and don't seems that works well, i don t now whrere's the trouble..... ;(
    Perhaps i have to wait web refresh the cookies cache and then it will show me the correct text sizes ?

    Thanks
     
  4. Gourav

    Gourav Support Staff

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

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue.
     
  5. sergiotvvc

    sergiotvvc New Member

    Joined:
    Sep 12, 2012
    Messages:
    8
    Likes Received:
    0
    Hello another time.
    Hello,
    I follow your manual and don't seems that works well, i don t now whrere's the trouble..... ;(
    my code is :

    .slide .slide-content.entry h2 a {
    color:#000;
    font-family:Helvetica;
    font-size:10;
    }
    .slide-content p{
    font-size:10;
    }
    WHATS THE MISTAKE???
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You are not giving fontsize in px. That's why it is not working.
    Paste this code in custom css. It will work.

    Code:
    .slide .slide-content.entry h2 a {
    color:#000;
    font-family:Helvetica;
    font-size:10px;
    }
    .slide-content p{
    font-size:10px;
    }
    Note: Slider images you are using are too big. Use recommended size images. It will improve site loading time.
     

Share This Page