Create Read More Button on Featured Posts

Homepage Community Forums Optimal Theme Support Create Read More Button on Featured Posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5876
    bagus
    Customer

      Hi,

      My site: http://www.distinctivebeauty.net
      Please advice me for how to create “read more” button at featured posts to be same as read more button on portfolio page

      Thanks,
      Bagus

      #5878
      Eric
      Customer

        It’s kind of difficult to test code on your site because of either the slider or the live chat that appears (it’s preventing me from testing code in the web inspector)

        Since I can’t really test it, you can try adding this to your css –

        .more-link {
            background: none repeat scroll 0 0 #4C5E6B;
            box-shadow: 0 1px 2px #000000;
            color: #FFFFFF;
            display: block;
            font-family: 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 #333333;
            width: 100px;
        }

        I’m not sure how that will affect your “Read More” links or not (since there is something on your site that is causing the web inspector to freeze) but the class that is used for the “Read More” section is labeled – “.more-link” as shown in the above code.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5881
        bagus
        Customer

          After adding above CSS in the last line, nothing changed
          I’ve disable the live chat for you, it still didn’t worked. If on next step, you need me disable the slider then I’ll try to disable it

          Thanks,

          #5889
          Eric
          Customer

            It looks like you got it working, correct?


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #5894
            bagus
            Customer

              Yes, it works. I’ve place your advice to button section (which it’s wild guess for someone just learn CSS, lol)
              Sorry for not re-post the current situation.

              Thank you Eric.

              #5907
              Eric
              Customer

                No problem 🙂 Glad you got it working.

                Let us know if you need anything else.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.