Okay
  Public Ticket #1758437
fancy box text and link
Closed

Comments

  •  5
    elena started the conversation

    Hi, we are trying to make a Fancy Box similar to the image that I attached. The problem is that the link text appears in uppercase and we can not find a way to change it.On the other hand, how can we control the position of the text and the text of the link in the Fancy Box?

    Thank you

  •  8,998
    Tahir replied

    Hey Again,

    Try adjusting these options : http://prntscr.com/l9ty5d . Also there is no position option available in the Fancy Box. 

    Best


    ThemeNectar Support Team 

  •  5
    elena replied

    Hi again, yes, I know those options. The problem is that the cta appears in upper case . I send you an attached image of my website, thanks

  •  8,998
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   elena replied privately
  •  8,998
    Tahir replied

    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-fancy-box .link-text {
        text-transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    elena replied

    ok! Thanks! ;)

  •  5
    elena replied

    Is it possible to change the typography style of the text link? 

  •  8,998
    Tahir replied

    Hey Again,

    You can use the same css selector: 

    .nectar-fancy-box .link-text {
        font-family:Open Sans ;
    }
    

    Best


    ThemeNectar Support Team 

  •  5
    elena replied

    Thanks again!