• Resolved AudreyHepburn

    (@audreyhepburn-1)


    The field where to put the email adress is light blue which doesnt fit my design. Is it possible to change the color of this area?

    The words in the title start always with capitals. Is it possible to change that? If you write the second word with a capital in German it looks like you don’t now orthography.

    Thanks in advance!

    https://wordpress.org/plugins/easy-coming-soon/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi

    This service feature in our pro version.

    Thanks
    Prakash

    Plugin Author webriti

    (@priyanshumittal)

    Hi

    That can be done with the help of custom css option. No need to purchase pro for this.

    Kindly share the site url so that I can tell you style rule.

    Thanks
    Priyanshu

    Thread Starter AudreyHepburn

    (@audreyhepburn-1)

    Hi,

    Thanks for your answer. My url ist http://www.kostbarzeit.com/

    Regards

    Plugin Author webriti

    (@priyanshumittal)

    Add this style rule in the css box inside plugins options panel

    #notify{
    background-image:none;
    background-color:YOUR CODE
    }

    Let me know did that work

    Thanks
    Priyanshu

    Thread Starter AudreyHepburn

    (@audreyhepburn-1)

    Thank you.

    Where should I add this? I put it at the end of all the codes and the result was deactivated due to fatal error.

    Plugin Author webriti

    (@priyanshumittal)

    No you have to add the code in the custom css box present inside the option panel.

    Thanks
    Priyanshu

    Thread Starter AudreyHepburn

    (@audreyhepburn-1)

    Sorry, I don’t know where to insert it. As I sad, last time it all crasehd. Could you post a screen shot please?

    Hi AudreyHepburn,

    To change background color of newsletter button follow this steps:

    Go to your plugin folder >> template >> css

    Find cs-bootstrap.css file in css folder and open it text editor.
    and find this css code .btn-primary on line no 3352

    .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#0088cc‘, endColorstr=’#0044cc‘, GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

    and replace color code

    #0088cc = your color code
    #0044cc = your color code

    Also find this css code .btn-primary:hover line no 3368

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    }

    and replace color code
    #0044cc = your color code

    Thanks,

    Prakash

    Plugin Author a.ankit

    (@aankit)

    No response from the user, closing this ticket down

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Email field / button only blue?’ is closed to new replies.