Okay
  Public Ticket #2524793
Not sure how to effect bootstrap and base.min.css to change CSS styling
Closed

Comments

  •  3
    vinnikiniki started the conversation

    Hi,

    1. Trying to change the font in the message box text to appear in white. I decided to copy the base.min.css file… and put it in the same structure into child theme.... it didn't work (see attached)

    so it would seem base.min and bootstrap i don't understand how to add these CSS to active child theme - ading the CSS into the custom CSS in dashboard doesn't seem to have an effect.

    2. Trying to change SEND MESSAGE text  (button) to appear in white. (same problem as above)

    Putting this in CUSTOM CSS does not work

    /* submit message font to white*/
    button { 
        color: #f7f7f7 !important;
    }

    NOTE: it would seem there are certain CSS files that i don't know how to edit, namely;

    - base.min.css

    - bootstrap

    - custom-skin

    Great theme! thank you in advance for help :) 

  • [deleted] replied

    Hi Vinni,

    Thanks for your kind wordssmile.png

    Your Custom CSS was not working because you had an extra ; code (see video).

    1— Can you please add the code below to your Custom CSS area:

    .labeled-textarea-row textarea {
    background-image: linear-gradient(#ededed 1px, transparent 1px);
    color: #fff !important;
    }

    2— Just add this CSS code to your Custom CSS area:

    .contact-form .button {
    color: #fff !important;
    }

    Have a nice day!

  •  3
    vinnikiniki replied

    THanks Ylli, that worked a treat! cheers

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!