Okay
  Public Ticket #1882219
Auto type: change color for class="block"?"
Closed

Comments

  •  1
    Robert started the conversation

    Hi together,


    I've changed the color of the auto type text frob black to default kalium color, but the "block"-part still appears in black instead of the Kalium color - how can I change that?

    <h2 style="color: #00b19e;">*^1000Willkommen bei <span class="block">R|E|F|RO</span>^2000;<span class="block">R</span>enate|E|F|RO^2000;R|<span class="block">E</span>va|F|RO^2000;R|E|<span class="block">F</span>reudenthaler|RO^2000;R|E|F|<span class="block">RO</span>bert^2000;R|E|F|RO's Glass Stories | Objektivgeschichten aus unserer persönlichen Perspektive.*
    Is there a style name for the kalium link color that I can use instead of explicitely specifiying the color - so that I maybe can change the color later in the theme options > theme styling > custom skin?


    Thx in advance,
    Robert

  • [deleted] replied

    Hi Robert,

    Please add the code below to your Custom CSS area:

    .wpb_wrapper .auto-type-element span.block {
        background: red !important;
    }

    And it should change the black box colour to the red colour, then you can change the red to another colour.

    Note: For the moment this area is not part of the skin but we will change that in the future theme updates.

    Thanks!

  •  1
    Robert replied

    1+, thanks Ylli for helping :-)

    Item solved

  • [deleted] replied

    Hi Robert,

    I'm happy to hear thatsmile.png

    Will set this ticket as solved from here.