Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • in reply to: Edit Kleo social share file #143208
     tonari
    Participant
    Not marked as solution
    in reply to: Change Tab Title Font size ? #80076
     tonari
    Participant

    Hello Sarah,
    you need to edit the code above if you use a tab and not a pills.

    for example:

    COPY CODE
    ul.nav.nav-tabs.responsive-tabs.tabs-style-line li a{
         font-size:2em;
    }
    
    ul.nav.nav-tabs.responsive-tabs.tabs-style-square.tabs-centered li a{
         font-size:1.4em;
    }

    You may still have to edit something, depending of the style of tab you are using.

    Regards,

    in reply to: Change Tab line height ? #73126
     tonari
    Participant

    Ok thanks sorry, i’m doing all wrong today, i ‘ll just stop working for today 🙂
    One last litte thing, i want to finish that before going out for a beer.

    I see that this is the “height” that i need to change.

    COPY CODE
    ul li a {
        <del datetime="2015-08-15T14:19:13+00:00">line-height: 80px;</del>
       <del datetime="2015-08-15T14:19:13+00:00"> padding: 0px 20px;</del>
        <strong>height: 80px;</strong>
        <del datetime="2015-08-15T14:19:13+00:00">color: #777;</del>
        <del datetime="2015-08-15T14:19:13+00:00">transition: all 0.1s ease-out 0s;</del>
    }

    But how can i change it to only affect this page ?

Viewing 3 posts - 1 through 3 (of 3 total)

Log in with your credentials

Forgot your details?