• 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 9 replies - 16 through 24 (of 24 total)
  • How do you see it, is it still the same, its in espresso machines category from the menu.

    Hi there @alex991

    I cannot see the code I suggested you to add anywhere in your web site.Make sure you have added this correctly and have a look again

    ok, i added, but that affected my whole category, i want that to be applied for just one post named the same as the category-espresso machines-also is it possible to that post be unclickable?

    Hi there, you can use this

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

    To Apply in this category only. I am afraid you cannot make it unclickable.

    Let me know if this helps

    It works,thanks.

    Sorry to boder you again, i need this same thing again just for this page,
    https://www.coffeestainless.com/?cat=10 drip coffee makers-first post.Are this codes custom or i can change something like this by myself?

    Hi there
    Please try this

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

    The 463 is the ID of your post. So if you need to apply this to another post use its ID after #entry-.

    You can find the ID like pointed here
    Let me know if this helps!

    It works great,thanks again ??

    You are welcome!

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