• Resolved Avtar876

    (@avtar876)


    Hey, I was trying to add border around continue reading. So in the content.php I the_Content(”) to the_content( <p class=”avt”>Continue Reading</p>’ ) & also put the code ?<style >
    p.avt { border: 1px solid blue;
    padding: 5px 5px 5px 5px;
    }
    </style>? in content.php

    Result was that Continue Reading showed boarder around it as i wanted. But three extra arrow is showing up one up & two below continue reading, which i don’t want.
    Please solve this issue if you are good at coding.

Viewing 16 replies (of 16 total)
  • Thread Starter Avtar876

    (@avtar876)

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

    I put these code in custom css
    & its working fine.
    Thank you so much.
    @esmi @kharis

Viewing 16 replies (of 16 total)
  • The topic ‘Changing Continue Reading in twenty fifteen theme’ is closed to new replies.