Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2287508
change color of read more button
Closed

Comments

  • Oliver started the conversation

    Hi Penci,

    i like to change the color of the "Read More Button"

    see:
    https://www.wundertips.com/beauty-fashion/

    I found the way to change the background color under "colors for other posts" but i cannot find the way to change the Font Color. Currently it is set to white, but i like to change it to BLACK

    Where can i do this?

    Thanks in advance

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .penci-readmore-btn.penci-btn-make-button a{ color: #000; }
    

    Best Regards,

    PenciDesign

  • Oliver replied

    Thanks a lot, it is working beautiful. I have two questions and I am not sure if it is currently possible:

    1. Can I have a sticky post only for categories?
    2. Can I add add inside the category feed the newsletter sign up form 

    thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ The sticky posts will appears for all layouts.. It can't be sticky only for one category only.

    Check more here: https://www.wpbeginner.com/beginners-guide/how-to-make-sticky-posts-in-wordpress/

    2/ I see you're using google adsense auto ads. And I can see sometime your ads display inside the category pages like this:

    https://prnt.sc/qwafi2

    https://prnt.sc/qwafki

    So, no need to do that.


    Best Regards,

    PenciDesign

  • Oliver replied

    Hi, 

    thanks for the fast reply. I got it with the sticky post. You might have missunderstood me about the newsletter and adsense.

    1/ Please see photo of webpage where they include after the first row in category the newsletter signup form - currently only on homepage - Is this possible?
    2/ Is is possible to have a frame around the newsletter box mailshimp at sidebar

    please see photos attached

  • Oliver replied

    sorry one more questions:

    Can you tell me how to increase the padding (see photo)

  •  2,699
    PenciDesign replied

    Hi,

    1/ Ahh, I understand it now. Sorry currently this theme doesn't support for this feature.

    2/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-sidebar-content .widget.widget_mc4wp_form_widget {
        padding: 25px;
        border: 3px solid #000;
    }
    

    3/ Please try add more this code to Customize > Custom CSS to do that:

    body.home .penci-header-signup-form.penci-header-signup-form-below{ margin-top: -30px; }

    Change value 30 to value as you want.


    Best Regards,

    PenciDesign

  • Oliver replied

    thanks a lot everything is working nicely. one last question (see photo attached)
    Is there a way to move the email field and sign up button closer to the next on the left as we are not using the name field

  •  2,699
    PenciDesign replied

    Hi,

    That form need to use table cell, so you can't do that. I think you can add more text on the left to your formsmile.png


    Best Regards,

    PenciDesign