Okay
  Public Ticket #1646816
Flip Boxes
Closed

Comments

  • socialagentmarketing started the conversation

    How do you edit the size of the font on the front of the flip boxes?  The back gives you a visual editor, which is great, but the front sucks because it does not.  I tried using <span style="font-size: 30px;"> TEXT HERE</span> but it does not allow you to enter markup in that field.  

  •  8,425
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • socialagentmarketing replied

    http://www.bancleaseacceptance.com/


    Will you tell me what you did when done so I don’t have to bother you again?  I couldn’t get the front page to accept divs or spans in the text box to apply a class so I was lost on what other options I have. Thanks!

  •  8,425
    Tahir replied

    Hey Again,

    Simply use the Chrome Inspect Element Option to find the relevant css class : http://prntscr.com/k8u7t5 .

    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):

    .nectar-flip-box .flip-box-front .inner {
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team