Reply To: Read More Button

Homepage Community Forums Optimal Theme Support Read More Button Reply To: Read More Button

#2223
Olatunji
Customer

    Thanks!

    For anyone trying to add the styled more link on your home page, here is how I did it.

    Go to your style.css file. Search for “#content .portfolio .more-link {”

    Then copy that entire section.

    Find a place in the style.css file that works for you and paste the code. Then change the first line by deleting “.portfolio”

    Worked great for me and it makes the theme look great!

     

    #content .more-link {
    box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    -webkit-box-shadow: 0px 1px 2px #000;
    background: #4c5e6b;
    color: #fff;
    display: block;
    font-family: ‘Oswald’,arial,serif;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 2px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
    width: 100px;
    }