Tagged: x
-
AuthorPosts
-
December 22, 2016 at 4:54 pm #1302110
Andreas BjerveParticipantHi, I´d like the headline of my subscription form (at the bottom of the page) to be one line (not two as it is now) and I´d like to edit the form so as to match the width of the headline sentence.
Can you help me?
Thanks!December 22, 2016 at 4:55 pm #1302111
Andreas BjerveParticipantThis reply has been marked as private.December 22, 2016 at 10:38 pm #1302442
LelyModeratorHello Andreas,
Thanks for posting in and giving us credentials. I can see that you have figured this out already. Please confirm.
December 23, 2016 at 1:10 am #1302522
Andreas BjerveParticipantActually not quite, on my end there´s still a break in the line. Strange. Tried deleting cache also.
December 23, 2016 at 3:45 am #1302598
Paul RModeratorHi,
Can you provide us a screenshot on how it looks in your end.
I see it in one line too.
http://screencast.com/t/SLn2myLixQ
Thanks
December 23, 2016 at 12:27 pm #1302951
Andreas BjerveParticipantHere´s the view on my end:
Could it be due to any of my plug-ins perhaps?
December 23, 2016 at 4:35 pm #1303085
DarshanaModeratorHi there,
I’m another staff, I have checked your site on Chrome/Firefox on Mac OS and I could not see any issues as you have mentioned (https://snag.gy/SkKihQ.jpg).
You have the following Custom CSS rule.
.x-subscribe-form { max-width: 700px !important; }Let’s try changing it as follows.
.x-subscribe-form { max-width: 800px !important; min-width: 800px !important; }Let us know how it goes.
Thanks!December 23, 2016 at 5:05 pm #1303097
Andreas BjerveParticipantThank you very much! That did the trick 😀
One more question;
is there a way to edit the confirmation message box in the form (which is green by default)? color, transparency – that kind of thing?
Thanks!!
December 23, 2016 at 5:26 pm #1303108
DarshanaModeratorHi there,
Glad it works for you.
Also you can try adding the following CSS rule and then change the color values according to your preference.
.x-subscribe-form .x-alert { background-color: rgba(60, 40, 100, 0.5); color: #ff0000; }Hope that helps.
December 23, 2016 at 11:47 pm #1303379
Andreas BjerveParticipantGreat stuff, thanks a lot! 😀
One last thing, is there any way to turn off the default text highlight in the confirmation box text?
Thanks!
December 24, 2016 at 1:00 am #1303410
ChristopherModeratorHi there,
Please update previous code to :
.x-subscribe-form .x-alert { background-color: rgba(225, 255, 101, 0.5); color: #FF9700; text-shadow: none; }Hope it `helps.
December 24, 2016 at 5:15 am #1303485
Andreas BjerveParticipantGreat, thanks 🙂
Merry Christmas to all of you! Fantastic support you guys are giving! 😀
December 24, 2016 at 5:23 am #1303487
ChristopherModeratorMerry Christmas!
We are glad that we could help you with this. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1302110 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
