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*

Change Font Size of Slider text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4298
    vlinder
    Member

    I’d like to change the font size of the Slider Title and description to be larger. I have the following custom CSS to change the font.

    h1,h2,h3,h4,h5,h6,ol,a,ul,div,p{
    font-family:myriad pro, myriad pro;
    }

    How do I change the font size?

    Thank you

    #4299
    Sanjip Shah
    Participant

    @vlinder Please provide a link to your site and we will provide you the custom css. It will be easier for us to provide the exact css after viewing your site.

    #4322
    vlinder
    Member

    Hello,

    Here are is the site… http://www.iviutech.com

    This is all my custom CSS…
    .page .entry-title{display:none;}

    h1,h2,h3,h4,h5,h6,ol,a,ul,div,p{
    font-family:myriad pro, myriad pro;
    }
    .hgroup-wrap {
    padding-bottom: 0;
    padding-top: 0;
    }
    #site-logo {
    margin-top: 0;
    }
    .slogan-wrap .view-work {
    background: #b5e6ee;
    background: -webkit-linear-gradient(#f89121, #fde3c6);
    background: -moz-linear-gradient(#f89121, #fde3c6);
    background: -ms-linear-gradient(#f89121, #fde3c6);
    background: -o-linear-gradient(#f89121, #fde3c6);
    background: -webkit-gradient(#f89121, #fde3c6);
    background: linear-gradient(#f89121, #fde3c6);
    }
    .slogan-wrap .view-work:hover {
    background: -webkit-linear-gradient(#f89121, #9d5505);
    background: -moz-linear-gradient(#f89121, #9d5505);
    background: -ms-linear-gradient(#f89121, #9d5505);
    background: -o-linear-gradient(#f89121, #9d5505);
    background: -webkit-gradient(#f89121, #9d5505);
    background: linear-gradient(#f89121, #9d5505);
    }
    .slogan-wrap {
    background-color: #ef8108;
    }

    .widget_twitter div {
    padding:0;
    }

    .widget_twitter ul li {
    margin-bottom:1px;
    }

    .widget_twitter .follow-button,
    .widget_twitter .xavisys-link {
    margin:0 10px 10px 10px;
    }

    .widget_twitter .entry-meta {
    display:block;
    font-size:80%;
    }

    .widget_twitter .intent-meta a {
    background: url(images/everything-spritev2.png); /** from Twitter ressources */
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    }
    .widget_twitter .intent-meta a.in-reply-to {
    background-position: 0 center;
    }
    .widget_twitter .intent-meta a:hover.in-reply-to {
    background-position: -16px center;
    }
    .widget_twitter .intent-meta a.favorite {
    background-position: -32px center;
    }
    .widget_twitter .intent-meta a:hover.favorite {
    background-position: -48px center;
    }
    .widget_twitter .intent-meta a.retweet {
    background-position: -80px center;

    #4336
    Sanjip Shah
    Participant

    @vlinder Try the following css and change the value according to your liking.

    .featured-text .featured-title a {
        font-size: 40px;
    }
    .featured-text .featured-content {
        font-size: 20px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.