Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #508070

    I asked web experts and they told me that the code for adding a “read more” button depends on the theme.

    I have the Enfold theme.

    Can anybody please tell me how i can add a “Read more” button to a block of text.
    Image this…

    [Text
    ]
    [Read more]
    Drop-downs to more text!

    How can i cause the button-action to actually work, and then contained inside that button is a bunch of text?

    Help greatly appreciated.

    #508603

    Hey elliotstiller!

    It sounds like your talking about the accordion / toggle elements, http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/.

    Regards,
    Elliott

    #508852

    The toggle is nice, but it has this default border that goes around it that makes it look far less minimalist then the classic

    “Read more”

    button.

    Do you know how i can create a read more button that performs same effect as Toggle Element?

    -Elliot

    #509222

    Hi!

    You can use this CSS to make it look more minimalistic.

    .single_toggle, .single_toggle * {
        background: transparent !important;
        border: 0px !important;
    }

    Best regards,
    Elliott

    #509276

    I would like to have a small border only around the words that are inside of the read more.

    Instead of having the border go around the words and the white space, i want i to just appear around the words “see more headlines”.

    I also would like to have the + button be a different color.

    If you could kindly supply me with the code to execute these tasks I would be grateful.

    -From Elliot to Elliott

    #509658

    Hey!

    could you provide us a link showing the elements in question? we need to inspect them to provide you some CSS code. A screenshot showing what you want to achieve would help us a lot as well. You can use imgur.com or dropbox.

    Cheers!
    Andy

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