Community Forums › Forums › General Discussion › Share-A-Sale CSS Issue
Tagged: css, share-a-sale
This topic contains 7 replies, has 3 voices, and was last updated by Susan Nelson 6 months ago.
-
AuthorPosts
-
November 18, 2012 at 7:56 am #523
I have modified my CSS to include – Arial font, changed the font size from 12 to 14, added the text-transform so the names will be UPPERCASE – all using the Share-A-Sale code. But… none of it is working. Can someone help me? My page is here – http://goo.gl/AynG5 and the code being used is below.
<STYLE TYPE=”text/css”>
<!–A.sasmakepage:link
{
COLOR: 0054EE;
FONT: 14px Arial;
text-transform : uppercase;
text-decoration : underline;
}
A.sasmakepage:visited
{
COLOR: 0054EE;
FONT: 14px Arial;
text-transform : uppercase;
text-decoration : underline;
}
A.sasmakepage:active
{
COLOR: 0054EE;
FONT: 14px Arial;
text-transform : uppercase;
text-decoration : underline;
}
A.sasmakepage:hover
{
COLOR: 0054EE;
FONT: 14px Arial;
text-transform : uppercase;
text-decoration : underline;
}
.sasmakepagetable
{
font-family: “Arial;
font-size: 14px; color: #000000;
text-transform : uppercase;
background-position: center top;
background-color: #FFFFFF; clip: rect( );
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border-top: 0px solid #6C6C6C;
border-bottom: 0px solid #6C6C6C;
border-left: 0px solid #6C6C6C;
border-right: 0px solid #6C6C6C;}–>
</STYLE>
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsNovember 19, 2012 at 5:02 am #658You should customize the line
body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, …
My two small blogs: NetRival | BlogSynthesis
unanswerdNovember 19, 2012 at 7:10 am #670The code is coming from Share-A-Sale and does not include the CSS you suggested – those are in the main child theme. I don’t want to modify the child theme – just the contents of the code submitted by Share-A-Sale.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts-
This reply was modified 6 months ago by
anitac.
-
This reply was modified 6 months ago by
anitac.
November 19, 2012 at 7:58 am #679You’ve got some errors that may be causing the problem. For example, COLOR: 0054EE; needs to have a # symbol in front of the hex code. Also, you have a stray quotation mark here: font-family: “Arial; .
Susan Nelson | Oh, Hello Designs | Twitter | Facebook
Community Theme Developer: Pure EleganceNovember 19, 2012 at 8:02 am #680Thank you Susan. I fixed those, but it’s still not working. It is inheriting the Agency themes CSS. How can I turn the inheritance part off so it will read the CSS from the Share-A-Sale?
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsNovember 19, 2012 at 8:04 am #681First, I would make sure the new styles are at the bottom of the stylesheet (but above the responsive section). And second, maybe try using !important to see that works.
Susan Nelson | Oh, Hello Designs | Twitter | Facebook
Community Theme Developer: Pure EleganceNovember 19, 2012 at 8:14 am #683Okay, so I took the CSS out and off the page HTML, copied it into the Theme CSS at the bottom and now it works. Thank you for your help Susan. I thought about doing that before but I didn’t think it would work.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsNovember 19, 2012 at 8:18 am #684You’re welcome!
Susan Nelson | Oh, Hello Designs | Twitter | Facebook
Community Theme Developer: Pure Elegance -
This reply was modified 6 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.