This topic has 5 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #126148
     red_code
    Participant

    Hi, I have issue,

    I add this code in quick css on themes general setting area, but it seems that I have to add a function in function.php which includes my new fonts in theme.

     

     

    @font-face {

    font-family: ‘yekan’;

    src: url(fonts/Yekan.eot);

    src: url(fonts/Yekan.eot?#iefix) format(“embedded-opentype”), url(fonts/Yekan.woff) format(“woff”), url(fonts/Yekan.ttf) format(“truetype”), url(fonts/Yekan.svg#BYekan) format(“svg”);

    font-weight: normal;

    font-style: normal;

    }

     

    Also, I need be able to control direction of some menus and buttons like “email” and “go top” after changing to Right To Left language.

    Is it possible I have your skype or other fast messaging apps? these days I’m under pressure.

    Kindly regards,

    Ehsan

    #126232
     Radu
    Moderator
    Not marked as solution
    #126281
     red_code
    Participant
    Not marked as solution
    #126348
     Radu
    Moderator
    Not marked as solution
    #126438
     red_code
    Participant
    Not marked as solution
    #126522
     Radu
    Moderator
    Add this css to wp-admin -> theme options -> general settings -> quick css
    .rtl .logo-to-right .navbar-header {
        float: left !important;
    }
    
    .rtl .kleo-main-header.logo-to-right .navbar-collapse {
        float: right !important;
    }
    
    
    .rtl .kleo-go-top {
        right: 20px !important;
        left: auto !important;
    }
    
    .rtl .kleo-quick-contact-wrapper {
        right: 90px !important;
        left: auto !important;
    }
    
    Cheers R.
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?