Simona Dus
asked 8 years ago

Hi,

I downloaded the DW Fixel theme and want to change the color of my hyperlinks. How do I do that?

Also, how do I size/change the font in the right side bar under "next posts" on http://www.instantconsume.com/index.php/2015/10/31/the-simona-cave/?

Thanks,

Simona

1 Answers
DominicStaff
answered 8 years ago

Hi,

  • To change the hyperlink color, you can add the following code to the style.css file:

    .single .single-page .meta-bottom a:hover { color: #...;}
    .single .single-page .entry-meta a:hover { color: #...;}
    single-detail .entry-content a:hover { color: #...;}

    Or use the following code to change all the hyperlink in the site:

    a:active, a:focus, a:hover {
    color: #... !important;
    }
  • To change the font size in the right sidebar, you can add the following code to the style.css file:
    .single .single-page .side-bar .entry-title { font-size: 24px;}

Hope this helps !

simonadus
replied 8 years ago

Hey! The font worked, but the hyperlink still doesn’t show. They still don’t appear to have a color: http://www.instantconsume.com/index.php/2015/10/31/air-jordan-5-x-supreme-camo/

Also, the "bold" function doesn’t seem to work either. Can you help with this too?

simonadus
replied 8 years ago

Hey! The font worked, but the hyperlink still doesn’t show. They still don’t appear to have a color: http://www.instantconsume.com/index.php/2015/10/31/air-jordan-5-x-supreme-camo/

Also, the "bold" function doesn’t seem to work either. Can you help with this too?

simonadus
replied 8 years ago

Hi, and i see that the font of "consume" on the homepage now also shrinked in size http://www.instantconsume.com/ how can i turn it back?

simonadus
replied 8 years ago

please disregard my last comment – i fixed that part. but would love to have help on hyperlink and bold

dominic Staff
replied 8 years ago

I have tried access to your site to check it but I can not. Right now, it’s server error. Please let me know when your site work back. Also, you can tell me detail about the position that you want to change the hyperlink, I will check and provide some code lines to help you resolve this issue.
Regards,

simonadus
replied 8 years ago

Hi Dominic, Yes that error has been resolved now. Could you take another look? I you for instance go to this post http://www.instantconsume.com/index.php/2015/11/29/m-i-a-borders/, you don’t see the <b></b> codes. Also if you go the last line "more on MIA, HERE’ you don’t see another hyperlink color. Could you fix it with, making all hyperlinks red?

thanks!

dominic Staff
replied 8 years ago

To change hyperlink color in the single post, you can use the following code:

.single-detail .entry-content a:hover {
   color: #...;
}

About the " don’t see the <b></b> codes", what do you mean ?
Regards,

Powered by DW Question & Answer Pro