Community Forums › Forums › Archived Forums › General Discussion › Share-A-Sale CSS Issue
Tagged: css, share-a-sale
- This topic has 7 replies, 3 voices, and was last updated 12 years ago by Susan Nelson.
-
AuthorPosts
-
November 18, 2012 at 7:56 am #523AnitaCKeymaster
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>
Need help with customization or troubleshooting? Reach out to me.
November 19, 2012 at 5:02 am #658Anand KumarMemberYou 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 #670AnitaCKeymasterThe 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.
Need help with customization or troubleshooting? Reach out to me.
November 19, 2012 at 7:58 am #679Susan NelsonParticipantYou'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; .
November 19, 2012 at 8:02 am #680AnitaCKeymasterThank 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?
Need help with customization or troubleshooting? Reach out to me.
November 19, 2012 at 8:04 am #681Susan NelsonParticipantFirst, 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.
November 19, 2012 at 8:14 am #683AnitaCKeymasterOkay, 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.
Need help with customization or troubleshooting? Reach out to me.
November 19, 2012 at 8:18 am #684Susan NelsonParticipantYou're welcome!
-
AuthorPosts
- The topic ‘Share-A-Sale CSS Issue’ is closed to new replies.