DevonHarris Posted September 4, 2019 Share Posted September 4, 2019 Hello!I'm having a really difficult time styling the events page as nothing seems to be responding except the type of text. This is what I have and here is a link. My questions are: Can I style the "request a quote" button only? Why is the second name ("Devon") center-aligned, while the first is not? --see picture attached Can I have the thumbnails slightly smaller on mobile view? Targeting the "Request a Quote" form for in-line Link to comment
tuanphan Posted September 4, 2019 Share Posted September 4, 2019 @DevonHarris Yes, you can with custom CSS. Please share site url to check. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tuanphan Posted September 4, 2019 Share Posted September 4, 2019 /* Request a quote style */ .form-block .lightbox-handle { background: #f1f2f3; color: #000; font-size: 10px; padding: 10px 20px; border-radius: 20px; border: 1px solid green; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
DevonHarris Posted September 5, 2019 Author Share Posted September 5, 2019 @tuanphan thank you so much, your answer worked for the button styling! To fix the second heading, I just had to insert a text-align: left !important code into my css for eventlist title. However I'm still wondering if we can add a media query to make the thumbnail images (for events only) smaller on mobile view? Also is there a way to style the individual event pages? I'm unsure of the marker, as .event-title is not tagged properly (regarding individual event urls). Hoping you can assist! Link to comment
DevonHarris Posted September 5, 2019 Author Share Posted September 5, 2019 https://tan-pepper-zgje.squarespace.com/upcoming-weddings Link to comment
DevonHarris Posted September 5, 2019 Author Share Posted September 5, 2019 I'm also wondering if there is a way to style the individual events pages to look like this:note everything is center justified Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.