Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1302110
    Andreas Bjerve
    Participant

    Hi, 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!

    #1302111
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1302442
    Lely
    Moderator

    Hello Andreas,

    Thanks for posting in and giving us credentials. I can see that you have figured this out already. Please confirm.

    #1302522
    Andreas Bjerve
    Participant

    Actually not quite, on my end there´s still a break in the line. Strange. Tried deleting cache also.

    #1302598
    Paul R
    Moderator

    Hi,

    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

    #1302951
    Andreas Bjerve
    Participant

    Here´s the view on my end:

    https://snag.gy/bYMEjK.jpg

    Could it be due to any of my plug-ins perhaps?

    #1303085
    Darshana
    Moderator

    Hi 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!

    #1303097
    Andreas Bjerve
    Participant

    Thank 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!!

    #1303108
    Darshana
    Moderator

    Hi 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.

    #1303379
    Andreas Bjerve
    Participant

    Great stuff, thanks a lot! 😀

    One last thing, is there any way to turn off the default text highlight in the confirmation box text?

    Thanks!

    #1303410
    Christopher
    Moderator

    Hi 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.

    #1303485
    Andreas Bjerve
    Participant

    Great, thanks 🙂

    Merry Christmas to all of you! Fantastic support you guys are giving! 😀

    #1303487
    Christopher
    Moderator

    Merry Christmas!
    We are glad that we could help you with this.

  • <script> jQuery(function($){ $("#no-reply-1302110 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>