• Right now all the links within my posts don’t turn blue until the mouse is moved over them. Is there a way to make them stay blue all the time so they are easier to see?

    Also, I always put a picture at the top each post, and I would like the option of putting videos, but I haven’t been able to figure out how. I try to imbed the code, but it doesn’t seem to work.

    Any ideas?

    https://www.majoritymag.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • To make your links always stay blue, you have to edit your CSS stylesheet.

    Do you embed the code in the wysiwyg editor of the post or in the html of the post?

    Are you using WordPress 2.5?

    Thread Starter hunich

    (@hunich)

    I’m very new to this, so I’m not sure what version I’m using or where to look to find out. Also, how do I edit the CSS stylesheet?

    As for the video code, I think I tried both…is one better than the other?

    Hi,

    If you are using WordPress 2.5, then you can go to the Design Tab, and click the Theme Editor button, and click on the stylesheet. Inside the stylesheet, if you know CSS, you can change your styles so that your links are always blue.

    If you don’t know how to do this, you could just add this code to the bottom of your stylesheet:

    a {color: }
    a:active {color: }
    a:hover {color: }

    and after “color” just put the code for the color, preceded by a number sign (#).

    You will find the color codes here: https://html-color-codes.com/

    If you are unsure, please e-mail me at info [at] kulpreetsingh [dot] com and i’ll be happy to help you out individually in more detail.

    As for the video code, if you are copying the code from YouTube, you should insert it in the HTML part of your post, not the wysiwyg editor.

    -k.s.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links & Videos’ is closed to new replies.