Forum Replies Created
-
Well, I simply dont understand Your questions, when I look at the site ๐
If You mean the text in slider, try this:
.entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
color: #2C2B2B;
font: 18px arial;
}Kim
Hi
Do You mean like this CSS:
.sliderpost_featured_image img {
box-shadow: none;
}Kim
And before You get lost:
.block-buttonin two states ๐.block-button, .block-button:visited {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius:5px;
border-radius:5px;
border: 0px solid #CCCCCC;
display:block;
font:bold 12px arial;
text-decoration:none;
padding:5px 15px 6px 15px;
color:#FFFFFF;
text-shadow:0 -1px 1px #000000;
margin-top:10px;
position:relative;
float:right;
-moz-box-shadow: 0 0 0px #333333;
-webkit-box-shadow:0 0 0px #333333;
box-shadow:0 0 0px #333333;
background:#8f0222;
background: -moz-linear-gradient(#8f0222, #6d0019) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#8f0222), to(#6d0019));
background:linear-gradient(#8f0222, #6d0019);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#6d0019'); /* for IE */
-pie-background: linear-gradient(#8f0222, #6d0019);
}
.block-button:hover{
text-decoration:none;
color:#FFFFFF;
cursor:pointer;
background:#6d0019;
background:-moz-linear-gradient(#6d0019, #8f0222);
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#6d0019), to(#8f0222));
background:linear-gradient(#6d0019, #6d0019);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d0019', endColorstr='#6d0019'); /* for IE */
-pie-background: linear-gradient(#6d0019, #8f0222);
}Kim
Here is another change:
h1.page-title(Bar – when You click: 2010-2011 NBA Season)h1.page-title {
-pie-background: linear-gradient(#8f0222, #6d0019);
background: #6d0019;
background: linear-gradient(#8f0222, #6d0019);
background: -moz-linear-gradient(#8f0222, #6d0019) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8f0222), to(#6d0019));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#6d0019'); /* for IE8 */
text-shadow: 0 -1px 0 #000000;
-moz-border-radius: 0 5px 0 0;
}Kim
Okay.
You can find elements like
.sidebar h3with Firebug add-in for say Firefox ๐Try look at my middle feature we call slider. I think this slider setup have to
look nice om Your site?
Kim
You need to supply link/Url to the site.
But this is Graphene #nav CSS. Look at
border-top#nav {
background: url("images/sprite_h.png") repeat-x scroll left top gray;
border-bottom: 3px solid #FFFFFF;
border-top: 1px solid #333333;
height: 46px;
padding-top: 12px;
position: relative;
width: 100%;
z-index: 100;
}Kim
Try remove
#contentcode stuff from style.cssThen again, try post your style.css here & please remember
to put the code between backtick when you post code here ๐
Kim
Link/URL ? ..nope
Have You read the first post here carefully:
Kim
Hi Aj
Ive give it at try. Lets take
.sidebar h3elements first ๐If You already have this element & lines i Custom CSS, remove them.
Put these CSS lines in Custom CSS, the red color codes You might have to reselect “from/to” with this CSS color link: http://www.color-hex.com/color/6d0019
.sidebar h3 {
-pie-background: linear-gradient(#8f0222, #6d0019);
background: #8f0222;
background: linear-gradient(#8f0222, #6d0019);
background: -moz-linear-gradient(#8f0222, #6d0019) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8f0222), to(#6d0019));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#6d0019'); /* for IE */
text-shadow: 0 -1px 0 #000000;
}Also when You can please read this first post carefully:
https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme
Kim
