Okay
  Public Ticket #1856415
fancy box mobile text
Closed

Comments

  • active00 started the conversation

    How can I change the text size for the fancy box only for mobile version?

  •  8,386
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  • active00 replied

    Please Im using a hosts modified access to the website attached is the info, please access directly to www.vento.com once the hosts file is changed don't use https


    Thanks

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    You can try this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code 

    @media only screen and (max-width: 600px) {
    .front-flip_box h4 {
        font-size:15px!important;
    }
        }
    

    Regards

    Themenectar Support Team

  • active00 replied

    Thank you very much for your response, I added the code but it doesn't work, just to mention that I didn't define any font or text style into the h4 theme settings, does that has anything to do with it?

    Thanks!

  • active00 replied

    ???

  •  981
    ThemeNectar replied

    Hey Victor,

    I'm not able to reach to URL at the moment to check on why the CSS snippet provided is not working for you. After changing the hosts file, i'm seeing a 404 page (see attached)

  • active00 replied

    thanks for replying, this happens if you use the www.vento.com, please try without the www

  • active00 replied

    were you able to see it?

    Thanks!

  •  8,386
    Tahir replied

    Hey Again,

    Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .

    Best.


    ThemeNectar Support Team 

  • active00 replied

    Im sorry this doesn't work for me on this captions :(

  •  981
    ThemeNectar replied

    Hey, this snippet should target those:

    @media only screen and (max-width: 690px) {
    .row .col .nectar-fancy-box h3 {
       font-size: 36px;
    }
    }
    
  • active00 replied

    That's correct, looks perfect!!! Thank you so much!!!

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in in case you encounter another issue,

    Regards

    Themenectar Support Team