• I am trying to add a box around the “Continue Reading” link on the home page. Im using theme Corporate.

    I have tried adding this to my css but it doesnt change anything.

    .more-link{
    color:white;
    border: 3px #787878;
    background-color: #787878;
    padding: 5px 5px 5px 5px;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi
    you might have to make it display: block,
    but can provide more details if you can post your website link.
    Cheers
    Robin

    Thread Starter Jack-NYC

    (@jack-nyc)

    rosenfeldart.com/blog

    thanks

    I dont see any class called more-links
    This is the class on your Continue Reading link which is wrapped in the span

    .wpex-readmore {
    color:white;
    border: 3px #787878;
    background-color: #787878;
    padding: 5px 5px 5px 5px;
    }

    Add this and try it out.

    Thread Starter Jack-NYC

    (@jack-nyc)

    That did the trick. Thank you

    Glad to hear that
    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modify "Continue Reading" on Home Page in Corporate Theme’ is closed to new replies.