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*

vlinder

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Change Font Size of Slider text #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;

Viewing 1 post (of 1 total)