Okay
  Public Ticket #1675231
Change text colour in text block settings
Closed

Comments

  • Stefan started the conversation

    Hi!
    I wanted to change the text colour in text block settings. 

    But there is no button. (In my last theme I had one) How can I get the button?

    -

    Another point:

    on the page:

    http://conhecimento-da-mente.com.br/contato/

    The button colour "enviar" has the accent colour I use for the accent words, which are links in the text

    how can I give the accent words or the "enviar"-button a different colour (for the button it is a too strong blue./while the colour for the accent-words fit.


    Thanks a lot!
    Stefan

  •  8,470
    Tahir replied

    Hey Agian,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div.wpforms-container-full .wpforms-form button[type=submit] {
        color: #fff !important;
        background: #fe6c61 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8,470
    Tahir replied

    As for changing the Row Text Color you can do it here : http://prntscr.com/khyxtx . 

    Best


    ThemeNectar Support Team 

  • Stefan replied

    Thanks Tahir!

    Because I need to put sigle words in fifferent colours/greys: How can I do it? - In my last Salient-version I had the option to choose the colour in the text-window and selct words & giving different colours to them-

    Greetings!

    Stefan

  •  8,470
    Tahir replied

    Hey Again,

    You will have to use the Tinymce Color Options : http://prntscr.com/kjpksf . 

    Best


    ThemeNectar Support Team 

  • Stefan replied

    HI!

    There seems to be a bug or something: Because this button does not appear in my text-window.

    Have a look:

    http://conhecimento-da-mente.com.br/about/sobre-nos/

    thanks, stefan

  •  8,470
    Tahir replied

    Use this button to reveal the color buttons : http://prntscr.com/kjpps0 .


    ThemeNectar Support Team 

  • Stefan replied

    Aaaah! :) THANKS!! have a nice weekend!!!

  • Stefan replied

    Ups: last question > on the celphone the image on top is pretty timmed on the sides : http://conhecimento-da-mente.com.br/terapia-yageriana/

    >  the sides of the header-image  should appear a bit more on the celphone (currently I only can see the eye of the person on the image.)

    - is it possible that  I can show a bit more from both sides of the header-image? some pixels more and I already could see half of the head on the image. that would be fine.

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #page-header-bg[data-bg-pos="center"] .page-header-bg-image {
            background-position-x: 65% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Stefan replied

    unfortunately it does no treally fit. is there an other way to have one image for the computer and one for the smartphone. -or does it (only) work with the use of the nectarslider?

    THANKS!!

  •  8,470
    Tahir replied

    No i am afraid this is the best that can be done .

    Best 


    ThemeNectar Support Team