Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1220841

    Hello,

    In the following link (see private)
    When i copy paste text from word, most parts are working properly (Verdana 12px) but some parts like
    “Αναχωρήσεις: 22  & 29/07”
    it seems like they totally ignore my settings regarding “Verdana 12px” and just do not adapt.
    I have set in the following settings (check picture in private) , but they do not work in some parts of the text.

    How can i force the default text block in products be like “font size 12px and font family Verdana” ?

    Please help me.

    P.S. I just found out my promo box layout is missing “button link” , i send you picture of it in private, please check.

    Thank you in advance,

    #1221132

    I fixed the problem with font by adding:

    #top .av_inherit_color * {
    font-size: initial;
    }

    How can i find the problem with the missing “button link ” in promo box?

    Thank you,

    #1221152

    Hi,

    You can find link settings in Advanced tab > Link Settings :)

    Best regards,
    Yigit

    #1221163

    Fixed! Thank you!

    Do you know how can i add shortcode (see private) in promo box or in button? (it is pop up shortcode)

    #1221186

    Hi,

    You should be able to add it to promobox content. Please try and let us know if you run into any issues so we can look into it :)

    Best regards,
    Yigit

    #1221700

    I solved it, i was trying to add it to button url instead of promo box content.

    In addition home logo link is not working in mobile.
    It works prefectly in desktop/laptop screens when i click logo –> home page.
    It is not working at all (clicking but nothing happens) when i use it from mobile.

    I tried to use the solution you suggest in https://kriesi.at/support/topic/logo-link-not-working/ but i could not get it work.

    Thank you,

    • This reply was modified 5 years ago by nikos1991.
    #1221742

    Hi,

    You have following custom CSS code

    @media only screen and (max-width: 766px) {
    #top #header .av-main-nav > li {
        padding-left: 80% !important;
        padding-right: 0px !important;
    }}

    Please change it to following one

    @media only screen and (max-width: 767px) {
    #top #header .av-main-nav > li {
        float: right;
    }}

    Best regards,
    Yigit

    #1221758

    I replaced the code but it is not working. You can find more details in private

    #1221772

    Hi,

    You had 3 errors in your custom CSS. I fixed them and then commented out following code

    .av-main-nav-wrap, .main_menu {
    	width: 100% !important;
    }

    If you need that code for bigger screen sizes, simply use it as following

    @media only screen and (min-width: 768px) {
    .av-main-nav-wrap, .main_menu {
    	width: 100% !important;
    }}

    Best regards,
    Yigit

    #1221809

    4+ years that i am using Enfold theme and you have excellent support!

    Thank you again!

    You can close the topic now.

    #1221813

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Problem with text block default font size/family’ is closed to new replies.