• I hate to say this but I think the styling on the “Continue Reading” and “Read the Rest” buttons is a little on the ugly side and they are too large (this is just my opinion of course! ?? )

    Now, what I would like to do is 1) completely remove the “Continue Reading” button because is just seems redundant to me. and 2) restyle the “Read the Rest” button.

    So where do I need to look to get these things accomplished?

    Thanks!
    Jim

Viewing 15 replies - 1 through 15 (of 24 total)
  • Hello there Jim!

    We could hide the “Continue Reading” button, but I’m not sure what is the “Read the rest” one you mention, could it be from a plugin? Is there a link where we can have a look?

    Thread Starter ValleyJim

    (@valleyjim)

    JimandMS.com

    I have done some work to the style of the buttons and I am not finished with that yet. The “Read the Rest” could be from a plugin but what I wind up with is a button that says read the rest and another that says continue reading…..

    All of the social links are fine and I like the divider I would just like to get rid of the continue reading.

    Thanks for looking!
    Jim

    Thread Starter ValleyJim

    (@valleyjim)

    Ok I was just looking through my plugins and saw one called Advanced Excerpt since my last theme did not let me do excerpts easily.

    Does this theme support doing excerpts for posts natively?

    If it does I will happily dump the plugin…..

    Hi there, if you want to remove the continue reading button paste this in your custom css box

    .entry-utils >a {
        display: none;
    }

    You can enable “Excerpt” from Screen Options in your post and write your custom excerpt content there. Also you can use in your post editor the “insert read more tag” button, to divide the excerpt from the content. Let me know if you have any issues

    Thread Starter ValleyJim

    (@valleyjim)

    Thanks for the info. Worked like a charm.

    Glad I could help!

    I would like to my wordpress show me some page on site but i have instaled categories for pages, so it shows pages as posts, how to solve this?

    Hi there,

    @alex991 can you explain more what are you trying to achieve? Do you have a url so I can have a closer look?

    My pages are like posts because of a plugin,so i need to remove continue reading button so they can show like normal page,how to do that, can i use custom css for thay, but i need just one post to be changed,thanks

    Hi there, can you provide a url so I can have a closer look?

    Here is the url, the espresso machines post, but thats actualy a page in my wordpress admin panel, but its showing as a post because of a plugin,as i explained before. So i need to remove that continue reading somehow.

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .category .entry-utils > a{
     display:none;
    }

    in the box.

    Let me know if this helps

    No change ??

    Hi there,

    please make sure you clear your cache after adding the custom css.

    Let me know if this works

    I cleared but its still the same.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Change buttons’ is closed to new replies.