- This topic has 3 replies, 2 voices, and was last updated 11 years, 4 months ago by
Sanjip Shah.
-
AuthorPosts
-
September 30, 2013 at 6:43 pm #4298
vlinder
MemberI’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
October 1, 2013 at 7:24 am #4299Sanjip 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.
October 1, 2013 at 5:54 pm #4322vlinder
MemberHello,
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;October 2, 2013 at 7:38 am #4336Sanjip 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; }
-
AuthorPosts
- You must be logged in to reply to this topic.