Thank you for your reply,
In the editor section I don’t see anything called Child Theme.
I’m not sure I understand what you mean by enqueue the stylesheet? I added the css to the header.php below the other 2 <links/>:
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<link rel=”stylesheet” href=”wp-includes/css/style.css” type=”text/css” media=”screen, projection” />
I’m sorry I don’t understand what you mean by specific selectors either. I’m a bit of a noob.
The syntax to the stylesheet is here (I tried to make 2 classes to test it:
a.pagelink:link { color: #FFFFCE; text-decoration: none; }
a.pagelink:visited { color: #FFFFCE; text-decoration: none; }
a.pagelink:active { color: #CCFFCC; text-decoration: none; }
a.pagelink:hover { color: #FFFF63; text-decoration: none; }
.MyLink { COLOR: #444444; TEXT-DECORATION: none;}
.MyLink:hover { TEXT-DECORATION: underline; }
The website is: https://the-powerofyou.co.uk/?page_id=16
Thank you.