
-
AuthorPosts
-
June 9, 2020 at 1:39 pm #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,
-
This topic was modified 5 years ago by
Jordan Shannon.
June 10, 2020 at 11:07 am #1221132I 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,
June 10, 2020 at 12:00 pm #1221152Hi,
You can find link settings in Advanced tab > Link Settings :)
Best regards,
YigitJune 10, 2020 at 12:24 pm #1221163Fixed! Thank you!
Do you know how can i add shortcode (see private) in promo box or in button? (it is pop up shortcode)
June 10, 2020 at 1:46 pm #1221186Hi,
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,
YigitJune 11, 2020 at 2:34 pm #1221700I 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.
June 11, 2020 at 4:06 pm #1221742Hi,
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,
YigitJune 11, 2020 at 4:28 pm #1221758I replaced the code but it is not working. You can find more details in private
June 11, 2020 at 4:40 pm #1221772Hi,
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,
YigitJune 11, 2020 at 5:28 pm #12218094+ years that i am using Enfold theme and you have excellent support!
Thank you again!
You can close the topic now.
June 11, 2020 at 5:31 pm #1221813Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This topic was modified 5 years ago by
-
AuthorPosts
- The topic ‘Problem with text block default font size/family’ is closed to new replies.