Viewing 30 results - 1,921 through 1,950 (of 243,837 total)
  • Author
    Search Results
  • #1484578

    Topic: Issue wit contact form

    in forum Enfold
    JoStudioDeRijp
    Participant

    Hi Enfold support!

    We are experiencing an issue with the contact form.
    After submitting it, we receive the following message: (translated in english)

    The token to validate the form has already expired.
    The form could not be submitted. Please reload the page and try again.
    The verification time for the form is missing or has expired.

    If we remove Google reCaptcha, the form works.
    Currently, both V3 and V2 are active.

    Thee time of de server is correct.
    Can you please help us with this issue?
    We hope so! :-))

    Kind regards, Jolanda, JoStudio

    #1484575

    In reply to: Timeline widget issue

    Hi. We do not have yet any cache plugin because we are still on a development environment. About Enfold performance settings, the only features enabled by now are:
    – lazy load
    – Responsive images

    I have disabled lazyload and it seems better now. It is still a little bit slow to start and display the first 3 slide and the navigation buttons, however it is better.

    Maybe you should consider to optimize this widget in a feauture release.
    Regards,
    Flavio

    #1484565

    Hi,

    Will that happen wherever Masonry appears?

    Yes, for some reason, it executes a function intended for Woocommerce. Try editing the file at enfold/config-templatebuilder/avia-shortcode-legacy/av-helper-masonry.php and look for the following code around line 1273:

    if ( function_exists( 'WC' ) ) {
    	avia_wc_clear_catalog_ordering_args_filters();
    	$avia_config['woocommerce']['disable_sorting_options'] = false;
    }

    Replace it with:

    if ( function_exists( 'WC' ) && ! class_exists( 'BigCommerce' ) ) {
    	avia_wc_clear_catalog_ordering_args_filters();
    	$avia_config['woocommerce']['disable_sorting_options'] = false;
    }

    Let us know if the issue persists.

    Best regards,
    Ismael

    #1484562

    In reply to: Timeline widget issue

    Hi,

    Thank you for the update.

    We tried capturing a short video of the page and only then we are able to reproduce the issue. What happens if you temporarily disable the Enfold > Performance > File Compression settings and the cache plugin? Did you install compression plugin or any performance-related extensions?

    Best regards,
    Ismael

    Hi,
    Glad we were able to help, I don’t know of other effects, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1484540
    panoptic2012
    Participant

    Hello,

    I’m trying to run a BigCommerce store using the Enfold theme, but there’s a critical error that’s giving the white screen of death when I try to view the homepage. The back-end stays up and running, but when the BigCommerce plugin is active, the site doesn’t exist. I’d love to keep using the Enfold theme and would hate to have to use something else for this site. Any help would be greatly appreciated!

    WordPress version 6.8.1
    Active theme: Enfold Child (version 1.0) Current plugin: (version ) PHP version 8.2.18

    Error Details
    =============
    An error of type E_ERROR was caused in line 1602 of the file /home1/enginendo/public_html/cjm/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php. Error message: Uncaught Error: Call to undefined function avia_wc_clear_catalog_ordering_args_filters() in /home1/enginendo/public_html/cjm/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php:1602
    Stack trace:
    #0 /home1/enginendo/public_html/cjm/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php(753): avia_masonry->query_entries(Array, false)
    #1 /home1/enginendo/public_html/cjm/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php(810): avia_sc_masonry_entries->get_element_styles(Array)
    #2 /home1/enginendo/public_html/cjm/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1178): avia_sc_masonry_entries->shortcode_handler(Array, ”, ‘av_masonry_entr…’, Array)
    #3 /home1/enginendo/public_html/cjm/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_masonry_entr…’)
    #4 [internal function]: do_shortcode_tag(Array)
    #5 /home1/enginendo/public_html/cjm/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\[(\\[?)(av_but…’, ‘do_shortcode_ta…’, ‘[av_slidesho…’)
    #6 /home1/enginendo/public_html/cjm/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_slidesho…’)
    #7 /home1/enginendo/public_html/cjm/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_slidesho…’, Array)
    #8 /home1/enginendo/public_html/cjm/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(137): apply_filters(‘the_content’, ‘

    #1484538
    NicomIT
    Participant

    I am getting a flood of deprecation warnings in my error_log file and it is slowing down our server’s performance, especially noticeable when editing posts and pages.

    It appears the offending functions are:
    av_icon_char
    av_icon_class
    av_icon_string

    I cannot find information on what the correct replacements are. Is this something you can help me with?

    Here are some samples of how we are currently using these functions.

    av_icon_char
    $icon = av_icon_char( ‘search’ );

    av_icon_string
    $class = av_icon_class( ‘search’ );

    av_icon_string
    ‘ id=’scroll-top-link’ <?php echo av_icon_string(‘scrolltop’); ?>><span class=”avia_hidden_link_text”><?php _e(‘Scroll to top’, ‘avia_framework’);?></span>

    Here are some examples from the error_log file:

    [21-May-2025 18:26:12 UTC] PHP Deprecated: Function av_icon_char is deprecated since version 7.0! Use No longer used by Enfold instead. in /home/maritimetravel/public_html/wp-includes/functions.php on line 6121
    [21-May-2025 18:26:12 UTC] PHP Deprecated: Function av_icon_class is deprecated since version 7.0! Use No longer used by Enfold instead. in /home/maritimetravel/public_html/wp-includes/functions.php on line 6121
    [21-May-2025 18:26:12 UTC] PHP Deprecated: Function av_icon_char is deprecated since version 7.0! Use No longer used by Enfold instead. in /home/maritimetravel/public_html/wp-includes/functions.php on line 6121
    [21-May-2025 18:26:12 UTC] PHP Deprecated: Function av_icon_class is deprecated since version 7.0! Use No longer used by Enfold instead. in /home/maritimetravel/public_html/wp-includes/functions.php on line 6121

    Our error_log file grows about 200 MB per day.

    Can you please direct me on how we can update our child theme to address these deprecation warnings?

    #1484534
    EZSAVE
    Participant

    Can you advise how to re-size a the woocommerce single product page image? Using Appearance>Customize>Woocommerce settings does nothing. My images are uploaded at 300×300 and are being resized to a much larger image. I am guessing the Enfold theme is overriding Woo. Any help would be greatly appreciated

    Hi Ismael,

    I do have the problem on multiple installs right now. The editor can “edit_posts” and I still get the error …

    You find the login details in private.

    The settings are:
    • Deactivated ALB for everyone exept admin
    • Code in functions.php to allow it for admin AND editor
    • Without “remove_filter” because change in 2021 (see above)
    • Both have “edit_posts” capability
    • Error occurs only in Enfold 7

    Hope you find a solution. Thanks in advance!

    Best regards,
    Daniel

    #1484529

    In reply to: cURL error 28

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey love2web,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.comment-entry {
      display: none !important; 
    }

    Best regards,
    Rikard

    #1484527

    Hi,

    Thanks for the update. Are you sure that you are installing the correct file? The zip file that you download from Themeforest might have to be unpacked on your local machine, then select to install enfold.zip located inside of the unpacked directory.

    Best regards,
    Rikard

    #1484522

    Is it possible to restore my website to the old version of Enfold and see if it works then? I am not getting full cooperation from the hosting party and I want to switch to another party anyway.
    Could you help me with this? Perhaps it will work then.

    #1484515

    Hi,

    Thank you for the update. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings. If it’s still not working, please provide the login details in the private field so we can inspect the elements.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    In enfold/config-templatebuilder/avia-template-builder/php/class-save-buildertemplate.php file, the aviaSaveBuilderTemplate methods have a permission check that only allows users with the edit_posts capability to interact with the builder templates.

    if( ! current_user_can( 'edit_posts' ) )
    			{
    				die();
    			}

    Please make sure that the Editor role has the capability to “edit_posts”.

    https://wordpress.org/documentation/article/roles-and-capabilities/#edit_posts

    If the issue persists, post the login details for an admin and editor account in the private field so we can check the issue further.

    Best regards,
    Ismael

    #1484507

    Hey connect4consulting,

    Thank you for the inquiry.

    You can add this css code to adjust the mobile menu breakpoint.

    @media only screen and (max-width: 1366px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    andreasb68
    Participant

    Hi Enfold support team,

    I’m using Enfold with a child theme and I’m trying to completely remove the H1 page title from single blog posts. I’m not looking to just hide it via CSS – I want it not to be rendered at all in the HTML source code.

    The heading I’m referring to looks like this in the frontend:

    <h1 class=”post-title entry-title” itemprop=”headline”>My Blog Title</h1>

    I’ve already tried using the avf_title_args filter and even added this to my functions.php:
    add_filter(‘avf_title_args’, ‘remove_post_title_in_single’, 10, 2);
    function remove_post_title_in_single($args, $id) {
    if (is_single()) {
    $args[‘title’] = ”;
    }
    return $args;
    }

    But the H1 is still showing up in the source code of the post.

    Can you please confirm:

    Which template or hook is responsible for rendering this H1?

    What is the best way to remove it completely from the markup (e.g. via remove_action() or overriding a template in the child theme)?

    Is there an officially supported way to do this for blog posts?

    Thanks in advance for your help!
    – Andreas

    H.O. GmbH
    Participant

    I’m currently working on a webshop and want to use the advanced layout editor for the product pages.
    I’m working with variable products and when I’m changing to advanced layout editor instead of standard editor, the variable product options (like select fields) aren’t shown on the product page anymore. When I’m switching to standard editor again, it shows.
    Is there a possibility to make variable products work with advanced layout editor from enfold?
    Thank u in advance!
    Anna

    Hey NMDahl,

    Thank you for the inquiry.

    The site is not using the Enfold theme. We also tried logging in, but the account information provided in the private field is invalid. Did you switch to a different theme?

    Best regards,
    Ismael

    NMDahl
    Participant

    Installed today – preview looks great but the live version it looks like the theme is missing.

    #1484463

    Hi,

    Kurze Info: Unter Enfold gibt es eine zweite Optionsseite: “Theme Extensions”. Dort befindet sich ein Tab “Accessibility”. Vielleicht hilft Euch dieses weiter.

    Best regards,
    Günter

    #1484451

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1484449

    Hi,

    Great, I’m glad to hear that you found the cause of your problem.

    PS. We just bought new version of Enfold since the old one didn’t activate anymore thanks to the changes in validation. It is not very nice that basic parts of the theme just doesn’t work.

    What exactly is not working? If you haven’t registered your theme license, then refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1484448

    Hi,

    Thanks for the update and feedback, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1484439

    Hi, we already tried disabling all plugins, did not work (stated in the opening message). I also now have removed that old script from the Quick CSS.

    So there is no any new solutions or options we haven’t already tried?

    PS. We just bought new version of Enfold since the old one didn’t activate anymore thanks to the changes in validation. It is not very nice that basic parts of the theme just doesn’t work.

    #1484438

    Thanks that worked perfectly. It is a shame that enfold does not have an option within the advanced settings to set text colour changes when pages are scrolled.

    #1484436

    Not sure what you mean there. To be clear -I’m generating the code in Paypal. I then copy the code into the code tab on the WordPress page and initially it looks Ok. Then I change to the Visual tab and the button looks wrong. When i flip back to the code tab, extra lines of codes have been added. Word is not involved anywhere.
    Here’s a test page -I’ve just pasted in the code from Paypal which should produce a single button with drop down options:
    Code as it comes from Paypal
    If I then click on the visual tab to see my button it doesn’t look right -I’ve got multiple button instead of a single one:
    Button appearance after pasting code
    So I go back to the code tab and notice the code has changed -there are new ?select name=”os0″> lines before each menu choice which I haven’t put there.
    Code as changed by Enfold

    • This reply was modified 7 months, 3 weeks ago by FFAlan.
    #1484430

    hi Rikard… ok… Here is the link to access…
    in the first block of text on the home page, I tried to insert the strong tag in a sentence, but it doesn’t enlarge the text as it should… I did various tests in the enfold setting, but it doesn’t do anything.

    thank you for your help

    #1484428

    Hey a_edemirci,

    Thank you for the inquiry.

    You can add this css code to hide the default image overlay.

    #top .image-overlay {
        display: none !important;
    }

    Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    Same issues. Logo still shows left justified on desktop and on mobile view, the logo is over the top button. There must be code that is working against this. Below is my entire code if you can take a look and see whats wrong. I don’t have products either, so not sure why I have all this code.
    I just need to fix these things and we are done with the website.
    thanks for your help

    .product-sales-count {
    font-size: 0.8em;
    margin-top: 0;
    top: -10px;
    position: relative;
    }

    /* TEXT SHADOW FOR – Fullwidth Easy Slider – Headline: */
    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title
    {text-shadow: 2px 2px 2px #717070;}

    /* TEXT SHADOW FOR – Fullwidth Easy Slider – Caption Text: */
    #top .avia-slideshow .av-slideshow-caption .avia-caption-content p {
    text-shadow: 2px 2px #717070;
    }

    /* TEXT SHADOW FOR – ALL H1 headlines: */
    .av-special-heading h1 {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – SPECIFIC H1 headlines: */
    .av-special-heading.av-nlr5x-bb365aeef7c91c871c871ed41100301d h1 {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – subheading text: */
    #top .av-subheading p {
    text-shadow: 1px 1px #717070;
    }

    #header_meta a, #header_meta span {
    font-size: 16px !important;
    line-height: 17px;
    }

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 80px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    @media only screen and (max-width: 1100px) {
    .av-main-nav > li.menu-item { display: none; }
    .av-main-nav > li.menu-item-avia-special { display: block; }
    }

    .phone-info {
    font-size: 16px;
    }

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 18px !important;
    }

    .responsive #top .slideshow_caption .avia-caption-content {
    font-size: 16px !important;
    line-height: 14px;
    }

    .avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img {
    height: 30vh !important;
    }
    }

    span.avia-menu-text {
    text-transform: uppercase;
    }

    .avia-section.av-minimum-height .container .content {
    vertical-align: bottom;
    }

    .avia-section.av-minimum-height.text-bottom .container .content {
    vertical-align: bottom;
    }
    .avia-section.av-minimum-height.text-top .container .content {
    vertical-align: top;
    }

    .avia-button {
    border: 1.5px solid !important;
    }

    #top .avia-button {
    border-radius: 5px !important;
    }

    @media only screen and (max-width: 767px) {
    body, body .avia-tooltip {
    font-size: 20px;
    }
    }

    @media only screen and (max-width: 767px) {
    .page-id-3230 .avia-builder-el-0.av-minimum-height-100:not(.av-slideshow-section) .container {
    height: 767px !important;
    }
    }

    #main .sidebar a,
    #footer a,
    #socket a {
    text-decoration: underline;
    }
    a.avia-button{
    text-decoration:none!important;
    }
    @media only screen and (max-width: 989px){
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
    background-color: transparent;
    }
    .responsive #top #main {
    margin-top: 0;
    }
    }

    #top #wrap_all #socket .container {
    text-align: center;
    }

    #top #wrap_all #socket .container {
    text-align: center;
    }

    #top #wrap_all #socket .copyright {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    }

    #top .content .flex_column .widget_nav_menu li {
    border-top-width: 0;
    border-bottom-width: 0;
    }

    #footer h3.widgettitle{
    border:none!important;
    }

    @media only screen and (max-width: 769px) {
    .flex_column.av-l3szqp26-162f9236fd15346c9c727f5f94b66dce {
    min-height: 50vh !important;
    }
    }

    .html_elegant-blog #top .post-entry .post-meta-infos,
    .html_elegant-blog .avia-content-slider .slide-meta,
    #top .news-time {
    display: none;
    }

    html, body {
    background-color: #fff !important;
    }

    #header:not(.av_header_transparency) #header_main {
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    }

    #top.single-product .product_meta {
    visibility: hidden;
    }

    .is-large.wc-block-cart .wc-block-cart-items th span {
    font-size: 2em;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 2em;
    }

    .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    display: none;
    }

    #top div ul.product_list_widget li a {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.6em !important;
    }

    #top .dropdown_widget ul.product_list_widget li .quantity {
    color: #000000;
    font-size: 1em;
    }

    #top .dropdown_widget .total span.woocommerce-Price-currencySymbol, #top .dropdown_widget .total {
    color: #000000;
    font-size: 1em;
    }

    div .product-sorting {
    display: none;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    padding-top: 88px !important;
    }
    .responsive.html_header_transparency #top #main {
    padding-top: 0 !important;
    }
    }

    .page-id-432 .components-flex-item input, .page-id-433 .wc-block-components-text-input input {
    padding: 8px 116px;
    }

    .wc-block-cart__submit-container a .wc-block-components-button__text {
    color: #fff;
    }

    .wc-block-components-address-form-wrapper .components-base-control__label {
    top: -50px;
    }

    .wc-block-components-address-form-wrapper .components-base-control__label {
    top: -30px !important;
    }

    #top .av-product-class-minimal img {
    border-radius: 30px !important;
    }
    #top .av-product-class-minimal img {
    border-radius: 30px !important;
    }

    .select2-container–default .select2-results__option–highlighted[aria-selected], .select2-container–default .select2-results__option–highlighted[data-selected], #top .select2-results {
    color: #000 !important;
    }

    @media only screen and (max-width: 768px) {

    /* Add your Mobile Styles here */
    #top #bc-custom-section div .flex_column {
    width: 46% !important;
    margin-left: 3% !important;
    border-radius: 30px;
    }
    }

    #top #bc-custom-section div .flex_column img {
    border-radius: 30px;
    }

    .woocommerce-Tabs-panel ul {
    list-style: disc;
    margin-left: 15px;
    }

    .woocommerce-Tabs-panel ul, .woocommerce-product-details__short-description ul {
    list-style: disc;
    margin-left: 15px;
    }

    #menu-item-150 > a > .avia-menu-text {
    color: #f19809!important;
    }

    #av-burger-menu-ul .menu-item-150 > a > .avia-menu-text {
    color:#f19809!important;
    }

    #menu-item-2076 > a > .avia-menu-text {
    color: #f19809!important;
    }

    #av-burger-menu-ul .menu-item-2076 > a > .avia-menu-text {
    color:#f19809!important;
    }

    .avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
    border-radius: 30px;
    }

    #footer .textwidget .menu-blissfull-main-menu-container p {
    margin: 0;
    width: auto;
    display: inline-block;
    }

    @media only screen and (max-width: 767px) {
    .responsive .home #wrap_all #av-section-shop-category .flex_column {
    width: 48%;
    padding: 1%;
    }
    }

    ul.a-unordered-list.a-vertical.a-spacing-mini li {
    margin-bottom: 20px;
    }

    #top .price, #top .price span, #top del, #top ins {
    display: inline;
    text-decoration: none;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    }

    .page-id-389 .shop_columns_3 .products .product {
    width: 100%;
    }

    .page-id-91 .shop_columns_3 .products .product {
    width: 100%;
    }

    h1{
    text-transform: capitalize !important;
    }

    .template-page .entry-content-wrapper h1{
    text-transform: capitalize !important;
    }

    a.cart_dropdown_link {
    font-size: 28px !important;
    }

    #top a.cart_dropdown_link span[data-av_icon] {
    font-size: 28px;
    color: var(–enfold-header-color-color);
    }

    #top #header .av-main-nav #menu-item-wc-account-icon > a {
    color: #f19809;
    font-size: 28px;
    }

    /* Increase base font size on mobile devices */
    @media only screen and (max-width: 767px) {
    body,
    p,
    .entry-content {
    font-size: 18px !important;
    line-height: 1.6 !important;
    }
    }

    @media only screen and (max-width: 767px) {
    #top .av-special-heading .av-subheading p {
    font-size: 24px
    }
    }

    img[src*=”amazon-adsystem”] {
    display: none;
    }

    #top .av-burger-overlay-bg {
    opacity: 0.8;
    background: #000;
    }

    ——————–

    div .logo {
    left: 37%;
    }
    div.av-burger-overlay-bg {
    background-color: rgba(0, 0, 0, .7);
    }

    #top .av-burger-overlay-bg {
    opacity: 0.8;
    background: #000;
    }

    #top .av-main-nav-wrap {
    float: right;
    position: relative;
    z-index: 3;
    padding: 0 !important;
    margin: 0 0 0 15px !important;
    }

    .header_color.av_header_transparency .av-hamburger-inner,
    .header_color.av_header_transparency .av-hamburger-inner::before,
    .header_color.av_header_transparency .av-hamburger-inner::after {
    background-color: #FFF !important;
    }

    #top .av_header_transparency .phone-info,
    #top .av_header_transparency .social_bookmarks li a {
    color: #FFF !important;
    }

    #top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
    border: none !important;
    }

    #top .main_menu {
    width: 170px
    }

    #top .logo {
    /*width: calc(100% – 170px);*/
    width: 100%;
    left: unset;
    }

    @media only screen and (max-width: 767px) {
    #av_section_1 .container.av-section-cont-open,
    .page-id-910 #av-layout-grid-1 {
    padding-top: 130px !important;
    }
    }

    #top .logo img {
    left: 50%;
    transform: translateX(-50%)
    }

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet #top #wrap_all #header {
    position: fixed;
    }
    }

    @media only screen and (max-width: 767px) {
    #header .social_bookmarks {
    display: none !important;
    }
    }

    #top #wrap_all #av-burger-menu-ul li {
    font-size: 30px !important;
    }

    ——————-

    #av-burger-menu-ul li.av-show-submenu > a > .avia-menu-text {
    color: blue;
    }
    #av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text {
    color: #f5c526;
    font-size: 20px;
    line-height: 20px;
    }
    .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
    color: #f5c526;
    font-size: 20px;
    }
    #top #wrap_all #av-burger-menu-ul .menu-item-2846 {
    font-size: 24px !important;
    }

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.av-show-submenu li {
    line-height: 20px;
    }

    • This reply was modified 7 months, 4 weeks ago by bemodesign.
Viewing 30 results - 1,921 through 1,950 (of 243,837 total)