• Resolved jrbarboza

    (@jrbarboza)


    Hi!
    Nice work with the plugin!
    Can you you help me to change the colors and font in the “Ver mais” button?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jrbarboza

    (@jrbarboza)

    Hi!
    I managed to do some of the style in the button, but I’m stuck with the hover. I’d like to change the hover color to grey.

    Thank’s in advance!!!

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @jrbarboza

    Thanks for the web page link. I have just checked it and found that you have removed the “Read More” (Ver mais) button via plugin shortcode.

    If you still need the style to change the button color then you can use below style.

    You can add the below style to WordPress Appearance > Customizer > CSS section and save it. You can change your desired color in place of green.

    .bdp-readmorebtn, .bdp-readmorebtn:hover{
    	background-color: green !important;;
    	color: #fff !important;
    	border: 2px solid green !important;
    }
    Thread Starter jrbarboza

    (@jrbarboza)

    Hello!

    Actually, I didn’t remove the button just stylized it with:

    .bdp-load-more-btn { 
    		background: #a1b3f9 !important;  
    		font-family: Roboto !important;
    		border-radius: 0px !important;
    		border: none !important;
    		margin: 0px !important;
    		font-size: 25px !important;
    		color: white !important;
    		text-align: center;
    		font-weight: bold;
    }

    But I wasn’t able to style the button on hover, even with the code you provided. Can you verify that?
    Another issue is that I selected the category “Destaques” to show, but when I click the load more button (VER MAIS) it loads all the posts. Is there any way to fix it?

    Thanks in advance

    • This reply was modified 3 years, 3 months ago by jrbarboza.
    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @jrbarboza

    Thanks for your response.

    For your query,
    1) I wasn’t able to style the button on hover, even with the code you provided.

    Ans – The CSS code which I have provided is for read more button of “News & Blog Designer Pack” plugin. I thought you have asked for it.

    For hover styling of load more button, you can use below CSS snippet.

    .bdp-load-more-btn:hover {
        color: green !important;
    }

    2) Another issue is that I selected the category “Destaques” to show, but when I click the load more button (VER MAIS) it loads all the posts.

    Ans – Let me check the issue at my end. I will take look into this and update you about this.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @jrbarboza

    Thanks for your patience.

    I have checked the issue with load more post and yes it loads all post when category slug is used.

    No Issue, I have just updated the plugin with 2.2.8 version. Please check with the latest version. I hope your problem will be solved.

    Thread Starter jrbarboza

    (@jrbarboza)

    Thank you very much!

    It’s working!!!

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @jrbarboza

    Glad to know that.

    If you like my plugin and support then please rate it.
    https://www.ads-software.com/support/plugin/blog-designer-pack/reviews/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Load More Button style’ is closed to new replies.