Archived topic
Need more help with my Newsletter graphic
11 replies · Started by Nick on April 3, 2018
Earlier, you helped me change the color of my Newsletter button, which was awesome. Now, I'd like to move the text above the button where it says "Sign up for our free newsletter" - I'd like it to be centered above the box instead of to the left, and I'd like the font to be a little larger so it's more noticeable. Is this something you can help me with? Thanks a lot...
Hi there,
Can you link me to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
OK, I put the link in my original post. Thanks.
Hmm try something like this:
.elementor-128 .elementor-element.elementor-element-1d09f60 > .elementor-widget-container h5 {
text-align: center;
font-size: 20px;
}
However you might want to check with Elementor if this is the best way as it's from them.
Yeah, that looks much better... thank you! Just one more thing that I think would make the Newsletter button look better. I'd like to have a thin 2px outline around the box, this color grey #9c9b9b. Can you help me do that? Thanks for everything, you've been a big help!!
Add this style to your existing CSS:
border: 2px solid #9c9b9b;
Leo - that seems to have put a border only around the "subscribe now" button, but I want the whole box to have an outline. So, the white part where you enter your email and the beige box - I want that whole thing to be outlined with a border. Does your code enable that, or did I put it n the wrong place? Thanks, Leo...
Try this instead:
.tnp.tnp-widget-minimal {
border: 1px solid #000;
}
Yeah, that looks great! Thank you very much. You're a life saver. Now, after I've made all these changes to my footer etc., will everything be safe regarding updates etc.? I'm wondering if I need to make a child theme to protect my site? What do you think?
If you added the CSS using one of these methods here then they will be saved through updates: https://docs.generatepress.com/article/adding-css/
Awesome! Thank you VERY much for all your help.
You're very welcome :)