• Hello all,

    I am using the Emma Business/Portfolio theme. I have edited the CSS Stylesheet to change my link color to blue, but for some reason the site does not reflect the change.

    Here is code:

    /*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
    /*--                       Defaults                     --*/
    /*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend {  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
    
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q {	quotes: none; }
    
    blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
    
    :focus { outline: 0; }
    
    ins { text-decoration: none; }
    del { text-decoration: line-through; }
    
    table { border-collapse: collapse; border-spacing: 0; }
    
    a:link { color: #0000FF; text-decoration: none; }
    a:active { color: #0000FF; text-decoration: none; }
    a:hover { text-decoration: underline; }
    .clear { clear: both; }
    .ui-tabs-hide { display: none; }
    br.clear { margin: 0px; padding: 0px; }
    .sticky {
    	background: #f2f7fc;
    	border-top: 4px solid #000;
    	margin-left: -20px;
    	margin-right: -20px;
    	padding: 18px 20px;
    }
    
    h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #808080; letter-spacing: -1px; line-height: 1em; font-weight: lighter; font-family: 'Kreon', Arial, sans-serif; text-shadow: none; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0000FF; }
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    p { padding-bottom: 10px; line-height: 24px; }
    strong { font-weight: bold; color: #1c1c1c; }
    cite, em, i { font-style: italic; }
    pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
    ins { text-decoration: none; }
    sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
    sup { bottom: 0.8em; }
    sub { top: 0.3em; }
    dl { margin: 0 0 1.5em 0; }
    dl dt { font-weight: bold; }
    dd  { margin-left: 1.5em;}
    blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
    	blockquote p { padding-bottom: 0px; }
    
    input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
    input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
    input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
    textarea { padding: 4px; }
    
    img#about-image { float: left; margin: 3px 8px 8px 0px; }
    
    .with-sidebar h2 {
      font-size: 22px;
      margin-bottom: 20px;
    }
    
    a { text-decoration:none; }
    
    .left {float: left;}
    .right {float: right;}
    .clear {clear: both;}
    .relative { position: relative;}

    Can anyone help me find what I am missing?

    The URL is http://morethanreferrals.com. If you need access to the site let me know. To see some linked text, go to the “About Us” page and the final line is linked. It remains the dark gray color for some reason.

Viewing 1 replies (of 1 total)
  • Thread Starter colinacronin

    (@colinacronin)

    I ended up just changing the font color. But if anyone has ideas for what I was missing (why the link color stayed default gray) I would love to hear them.

Viewing 1 replies (of 1 total)

The topic ‘Cannot change link text in theme template’ is closed to new replies.