• beaconoflightenfield

    (@beaconoflightenfieldmailcouk)


    Oh dear! Messed up my customer CSS codes. Simply want to change the colours, remove underlain and add hover over colour. Can anyone give me a clue please. I think it best to remove all I have and start again? Using WP Third Style.

    .entry-title {
    display: none;
    }#secondary .widget_links a {
    color: #013487;
    }.entry-content a {
    color: #013487;
    #content {
    color:”#013487″
    }a:link {color:#ffffff; text-decoration:none;}
    a:hover {color:#FFFFFF;} /* mouse over link */

Viewing 3 replies - 46 through 48 (of 48 total)
  • The parent theme’s style.css code is not really needed.

    Now, use a code editor, don’t use Microsoft Word or any word processor. You can use a text based editor. Create a new file and call it “style.css”.

    Then in that file, copy and paste this code.

    /*
     Theme Name:   Third Style Child
     Description:  Third Style Child Theme
     Author:       Carol Long
     Template:     third-style
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    */
    
    @import url("../third-style/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Then upload it to the “third-style-child” folder.

    Thread Starter beaconoflightenfield

    (@beaconoflightenfieldmailcouk)

    Hi respectyoda. Followed your instructions – all done – child theme up again and looking good! Maybe I should just leave it alone now? I need more power to work through this and time – which at the moment I don’t have. Thanks again.

    Hello! That’s great!! You have taken more steps to be more comfortable with WordPress in regards to child themes!

    Now, just let me know when you are ready to work on it again to enhance it further.

Viewing 3 replies - 46 through 48 (of 48 total)
  • The topic ‘Need custom css code for links please’ is closed to new replies.