Viewing 30 results - 841 through 870 (of 18,702 total)
  • Author
    Search Results
  • #1432444

    Hey Highlander-2013,

    Thank you for the inquiry.

    You can find more styling options by editing one of the slides, go to the Styling tab, and you should find more settings in the Colors and Font Sizes toggle. If you want to add your own css modifications, please use the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

    #1432411

    ja – die menu items erhalten eine eindeutige ID. Da musst du also mittels der Developer Tools rausfinden was der Menupunkt bekommen hat.
    Du kannst aber auch mittels “abzählen” den Selector spezifizieren.

    #avia2-menu .menu-item:nth-of-type(2) {
      color: #cc0033 !important;
      font-size: 1.5rem;
      animation: pound 3s infinite alternate;
    }
    #1432395

    In reply to: Catalogue

    Hi,

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

    .av-catalogue-title {
      font-size: 18px;
    }
    
    .av-catalogue-price {
      font-size: 20px;
    }
    
    .av-catalogue-content {
      font-size: 15px;
    }

    Best regards,
    Rikard

    #1432357

    try ( if you do not like animation eliminate that part )

    #avia2-menu #menu-item-4542 {
      color: #cc0033 !important;
      font-size: 1rem;
      animation: pound 3s infinite alternate;
    }
    
    @keyframes pound {
      to { transform:scale(1.1) }
    }

    Hi,

    Thank you for the update.

    We created a private test page (see private field) and edited the modification in the Quick CSS field a bit to display the border.

    
    /*------------------------------------*/
    /*             For button in slider               */
    /*------------------------------------*/
    #top .avia-slideshow .avia-caption-content  .av-slide-button {
        text-transform: uppercase;
        letter-spacing: 1px;
        border-width: 1px;
        color: #fff;
        background-color: #006f49;
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        border: 1px solid #ffffff;
    }
    

    Best regards,
    Ismael

    #1432301

    In reply to: Slider Caption Help

    Hi,
    This is the Caption Positioning option in the slide:
    Enfold_Support_4584.jpeg
    this is the font size option in the slide:
    Enfold_Support_4586.jpeg
    I did this for your first slide, please check and adjust to suit:
    Enfold_Support_4588.jpeg

    Best regards,
    Mike

    #1432284

    Hey bernhardleube,

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

    ul li::marker {
      color: black;
      font-size: 1em;
    }

    Best regards,
    Rikard

    #1432270

    put this to your child-theme functions.php:

    function ava_custom_script_mod_social(){
    ?>
    <script>
    (function($){
      $('#header').one('click', '.av-main-nav-wrap', function() {
          var isMobile  = $('.av-burger-menu-main').css('display'),
          isHeading = "Social Bookmarks",
          social    = $('#header_main .social_bookmarks').clone(true).addClass('sub-menu'),
          mobileMenu  = $('.av-burger-overlay');
          
          mobileMenu.find('#av-burger-menu-ul').append('<li class="only-burger menu-item-social av-active-burger-items"><a itemprop="url" alt="Social Bookmarks" style="" href="#"><span class="avia-bullet"></span><span class="avia-menu-text">'+isHeading+'</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>');
        
          if( social.length ){
            mobileMenu.find('.only-burger.menu-item-social').append(social);
          }
        });
            
        var htmlString   = $('#socket .social_bookmarks').clone().find('li a'),
        socialString = [];
    
        htmlString.each(function() {
          var socialClass = $(this).parent('li').attr('class'),
          socialItems = $(this).wrap('<li class="'+ socialClass + ' menu-item menu-item-avia-special menu-social"></li>').parent().unwrap();
          socialString.push(socialItems);
        });
        var socials = socialString.reverse();
    
        $(socials).each(function() {
          $(this).appendTo('#avia-menu');
        });
    
        $('#avia-menu .menu-social').css('float', 'right'); 
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod_social');

    if you do not like to have a heading on those bookmarks
    replace that one line in the snippet above:

    isHeading = " ",
    

    then this to your quick css:

    #av-burger-menu-ul .menu-item-social > a {
      pointer-events: none;
      margin-bottom: 10px;
    }
    
    #av-burger-menu-ul .menu-item-social a .avia-menu-text {
      font-style: italic;
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay li.menu-item-social a {
      border: none !important
    }
    
    .responsive #top #av-burger-menu-ul .social_bookmarks.sub-menu {
      margin-left: 30px;
      overflow: visible;
      float: left !important;
      display: block !important;
      height: auto
    }
    
    #av-burger-menu-ul .social_bookmarks.sub-menu li {
      display: block;
      margin: 3px 15px;
      float: left;
    }
    
    #av-burger-menu-ul .social_bookmarks.sub-menu li a {
      padding: 10px !important;
      display: table-cell !important;
      float: none !important;
      border-radius: 0 !important;
    }
    
    #av-burger-menu-ul .social_bookmarks.sub-menu li a:before {
      position: relative;
      font-size: 1.8em;
      top: 2px !important;
    }
    
    #top #wrap_all #av-burger-menu-ul .av-social-link-facebook a { padding: 10px 13px !important;}
    #top #wrap_all #av-burger-menu-ul .av-social-link-facebook:hover  a{color:#fff; background-color:#37589b!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-instagram:hover a{color:#fff; background-color:#a67658!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d!important; }

    if you do not want to have the burger nav horizontally centered :

    #top #av-burger-menu-ul {
      vertical-align: top !important;
      padding-top: 150px !important;
    }

    result should be:

    #1432251

    Update: I was able to correct it on the Paducah site through using custom CSS of:

    .av-special-heading.av-lq5hp1wv-70a493603ca8f0d137decbcf64b9c892 .av-subheading
    {
      font-size: 15px;
      color: #e5ff00;
    }

    This is not something I should have had to do to make it work across all browsers. I will await a reply before repeating the process on the other two sites.

    #1432244

    In reply to: tables column widths

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-472 #main .main_color .avia-data-table * {
    	border: none;
    	background-color: #fff;
    	font-size: 18px;
    	text-align: left;
    }
    #top.page-id-472 .main_color .avia-data-table.avia_pricing_minimal th {
        color: #009bdd;
        width: 10%;
    }

    Best regards,
    Mike

    #1432239

    In reply to: tables column widths

    Ok great. I need to style the table further but from inspecting the code, I really cannot work out how to add the correct names for the styles :(
    Can you please help me and send CSS for the following
    1. no borders
    2. second column has white not no grey background
    3. font sizes bigger, both 16px
    4. font in first column is blue
    5. all fonts in cells align left

    thanks

    #1432235
    ausgesonnen
    Participant

    hi there,
    on mobile – how can I make the top level font smaller compared to the sublevel fonts?

    I found the option: Menü-Links in Seitenüberlagerung/-verschiebung, but when I change the font size there, it makes both smaller, the top and the sublevel. I only want to make the top level smaller.

    Please send css.

    Thanks
    Peter

    • This topic was modified 1 year, 12 months ago by ausgesonnen.
    #1432213

    Hi,

    Thanks for that. Please try copying this shortcode:

    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' bottom_border_diagonal_color='#ffffff' bottom_border_diagonal_direction='' bottom_border_style='' id='Demos' color='main_color' custom_bg='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/isometric-1.jpg' attachment='447' attachment_size='full' attach='scroll' position='center left' repeat='contain' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-laduq6']
    [av_one_half first min_height='' vertical_alignment='av-align-top' space='no_margin' custom_margin='aviaTBcustom_margin' margin='50px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_display='' av_uid='av-l5utwe']
    
    [/av_one_half][av_one_half min_height='' vertical_alignment='av-align-top' space='no_margin' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' padding='50px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='rgba(255,255,255,0.85)' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_display='' av_uid='av-kzc3a6']
    
    [av_heading tag='h1' padding='20' heading='A growing library of more than 2 dozen demos' color='custom-color-heading' style='blockquote modern-quote' custom_font='#000000' size='40' subheading_active='' subheading_size='15' custom_class='' av_uid='av-kpdzb2'][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-klz60e']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-keqweu']
    Our demos are one of a kind: we only offer<strong> full concept demos</strong> with multiple pages that show whole projects, unlike others who only include a single page and call that a demo ;)
    
    You can import them with <strong>a single click</strong>, they are easily adaptable to your needs and you can chose from a variety of layouts and niche designs. In addition to that you can also use the <strong>demo images used in our demo for your own project</strong>!
    [/av_textblock]
    
    [/av_one_half]
    [/av_section]

    Best regards,
    Rikard

    Hi,

    Thank you for the info.

    It’s not possible to add buttons to the Easy Slider element by default, but you should be able to manually create the buttons using html and add them to the sliders’ caption fields.

    HTML:

    
    <div class="av-button av-slide-button av-size-sm">Make an Appointment</div>
    

    CSS:

    .av-slide-button {
        text-transform: uppercase;
        letter-spacing: 1px;
        border-width: 1px;
        color: #fff;
        background-color: #006f49;
        border-color: #fff;
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
    }
    

    Best regards,
    Ismael

    #1432055

    Hi,
    I updated your custom css in your Quick CSS from this:

    #top div .av-dark-form input[type="text"] {
      color: #222;
      border-color: #222;
      border-width: 1px !important;
      background-color: transparent;
      font-size: 15px !important;
      letter-spacing: 1px;
    }

    to this:

    #top div .av-dark-form input[type="text"],
    #top #main .av-dark-form input[type="email"] {
      color: #222;
      border-color: #222;
      border-width: 1px !important;
      background-color: transparent;
      font-size: 15px !important;
      letter-spacing: 1px;
    }

    and now your email field border width matchs the other fields
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1431979

    Thanks so much – so it has to be done as quick css and no other way?

    Also I’m just unsure which part does what. So what part handles the font size of the actual phone number and what part the sze of the social icons?

    And how can I add some extra padding top and bottom (above and below) the text on mobile. And the settings for position in the Theme Header now no longer seem to change anything -so which part of this code overrides that setting? Plus the social icons are showing in the Main Header area on mobile and I havent set them for there just want them to display in the top bar.

    Cheers
    Natasha

    #1431968

    Hey xfacta,

    Thank you for the inquiry.

    You can use the following css code to adjust the style of the elements inside the header meta or the small bar above the main menu.

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-weight: 300;
        text-decoration: none !important;
    }
    
    #header_meta .sub_menu {
        float: left;
        z-index: 2;
        font-size: 1.2em;
        line-height: 30px;
        position: relative;
        top: 10px;
    }
    
    #header_meta .phone-info {
        float: left;
        font-weight: bold;
        line-height: 20px;
        font-size: 1.2em;
        padding: 5px 0;
    }
    

    And to re-enable the social bookmarks on mobile view, you can include this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Ismael

    #1431960

    Hi,

    Thank you for the update.

    Unfortunately my questions was centred not around availability of fonts, but how to speed up loading times.

    If you prefer not to switch to a different font with a smaller file size, another option is to upgrade your hosting plan or subscribe to a Content Delivery Network (CDN) to accelerate the delivery of site resources, including fonts. However, we strongly advise considering an alternative font since a 12MB file size is quite large especially for a font file and this can significantly impact website loading times. This may result in slower user experiences, particularly on slower internet connections or mobile devices.

    You can also implement basic site optimization by following the recommendations outlined in the following articles.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    #1431949
    xfacta
    Participant

    hi there how can I increase the font size of the phone number and social icons in the Small bar above Main Menu? There seems to be every other setting I can edit for this section except font size.

    Also why don’t the social icons show on mobile? No matter which options in the Header . extra elements settings for positioning the social icons don’t show.

    Cheers
    Natasha

    #1431853

    In reply to: Slider Caption Help

    Hey ballindigital,

    Thank you for the inquiry.

    You can use the Fullscreen Slider element to recreate such a slider layout. Add a caption title and caption text, adjust the Styling > Caption > Caption Positioning settings, then configure the caption sizes in the Styling > Font Sizes panel.

    Best regards,
    Ismael

    #1431848

    Hey fabienneRedUmb,

    Thank you for the inquiry.

    Where did you get the font? The fonts (t2020stylee-regular.ttf & tt2020stylef-regular-ascii.ttf) are nearly 12MB in size, which is quite large. Have you considered using Google Fonts instead? Fonts like Roboto or Open Sans have an average file size of 170 KB, which could result in significant difference in loading speed or duration.

    Best regards,
    Ismael

    #1431647

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #sub_menu1 .container {
        width: 100%;
        max-width: 100%;
    }
    #av-custom-submenu-1 span {
    	font-size: 12px;
    }
    #top #av-custom-submenu-1.av-subnav-menu > li > a {
        padding: 0px 5px 0px 5px;
    }
    #top #sub_menu1 .av-submenu-pos-right {
        text-align: center;
    }
    .sticky-top {
    	position:fixed!important;
    	top:0!important;
    	z-index:600!important;
    }
    }

    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_sticky_sub_menu() { ?>
      <script>
    (function($){
      var width = $(window).width();
    var $stickyTop = $('#sub_menu1');
    if (width <= 767) {
    $stickyTop.waypoint(function(direction) {
      if (direction === 'down') {
         $stickyTop.addClass('sticky-top');
      }
      if (direction === 'up') {
         $stickyTop.removeClass('sticky-top');
      }
    }, {
      offset: '0%'
    });
    }
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_sticky_sub_menu', 99 );

    Then clear your caching plugin and browser, please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    In my test with makes the sub-menu sticky on mobile ans reduces the size of the menu itme so they fit better, feel free to adjust to suit.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1431646

    Hi,
    To adjust the main font size for different screen sizes please go to Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings you will see a option for four screen sizes:
    Enfold_Support_4559.jpeg
    After selecting these ensure that you clear your cache and caching plugins, and if your server is using a object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc. you may need to also clear it.
    Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker. For further questions please open a new thread

    Best regards,
    Mike

    #1431634

    Thank you :) I stick with “scroll” then.

    Other questions on this theme:
    1. How can I ajust the main font size to a respnsive size. It don’t want to make it 20px, but variable on desktop, mobile and tablet. Is this possible?
    2. On the iPad is a space at the top and at the bottom of the pictures on the main page. How to get rod of them?
    3: How to force the mobile version on iPad portrait mode (I want this on my other pages as well)
    4. The color of the date on a timeline won’t change. It stays the heading-color

    Best regards

    #1431592

    Well this is odd. There is so much Custom CSS on my site (fixing various issues) that I have logo stuff in both the functions.php AND iin the custom CSS field. Changing the functions.php to <p></p> tags fixed the header issue . . . thank you for that. Now I am trying to get the font black (and to stay black vs having a hover color) AND for it to the first and second lines (Line 1: Jonathan F. Anderson, LPC-S Line 2: Gate Healing, PLLC) to look right next to the compass logo in terms of size and line spacing . . . it basically did this before, but the h2 tag had to go and that screwed it up.

    Thanks a bunch for any guidance here.
    jon

    PS I tried adding color: black; to the custom CSS subtext styling code to no avail. I also tried going into functions.php and changing the Logo subtext section to:
    /* Logo Subtext regular text */
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);

    function kriesi_logo_addition($sub) {
    $sub .= ‘<p style=”color: black;”><b>Jonathan F. Anderson, LPC-s</b></p>’;
    $sub .= ‘<p style=”color: black;”><b>Gate Healing, PLLC</b></p>’;
    return $sub;
    }

    Also to no avail. I’m going to stop trying now before I break something.

    #1431505
    billbasler
    Participant

    I am sorry for the new post here as I know the questions and answer around the Blog Post template are extensive.

    I am trying to appease a client who would like to have the ability to post ads on the actual post pages. So, essentially, I need modifications to the post template.

    Under Theme Options > Blog Layout, I have chosen, “Use the advance layout editor to build your own blog.” In Quick CSS, I have the following:

    /* CSS – Remove sidebar on blog category */
    #top.archive.category .sidebar {
    display: none!important;
    border: none!important;
    }

    #top.archive.category .content{
    width: 100%;
    border: none !important;
    }

    /* CSS – increase heading size on featured blog post on home page. */
    #top.home #wrap_all .main_color .post-entry.tag-featured-post h2.post-title {
    font-size:30px;
    }
    #top.home #wrap_all .post-entry.bloglist-simple .blog-categories a {
    font-size:12px;
    }

    /* CSS – hide categories on home page blog element in list view – simple */
    span.blog-categories.minor-meta {
    display: none !important;
    }

    span.blog-categories.minor-meta + span.text-sep {
    display: none;
    }

    I am wanting to keep the functionality of having a Blog Post page template. In other words, I want to keep blog post navigation, single post styles and blog archive functionality.

    Is there any way to introduce a left and right column to the blog post template without breaking the blog functionality? In my case, we could have the right column stay “as-is” for widgets, currently Categories, Archives and Receivve Posts by Email. Per my client’s request the left column could be reserved for ads.

    I should mention that “ads” as it relates to this client, are hand fabricated images, (jpg or png) that he is managing manually. The “graphic” ads, simply link out to the advertiser’s sites.

    See an example of the ads on the current home page here: https://www.woodyboater.com

    See a sample of a current blog post here: https://www.woodyboater.com/classic-boat-art/art-gets-paul-harvey-to-tell-the-rest-of-the-story/

    Thank you.

    Bill Basler

    #1431330

    Hi adapt,

    I missed some key CSS code, please try to change the code I gave with this one:

    @media only screen and (max-width:1300px) {
        #mega-menu-wrap-avia .mega-menu-toggle {
            display: flex;
        }
    
        #mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia {
            display: none;
        }
    
        #mega-menu-wrap-avia .mega-menu-toggle.mega-menu-open + #mega-menu-avia {
            display: block;
        }
    
        #mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia {
            background: #e9e9e9;
            padding: 0px 0px 0px 0px;
            position: absolute;
            width: 100%;
            z-index: 9999999;
        }
    
        #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item {
            display: list-item;
            margin: 0;
            clear: both;
            border: 0;
        }
    
        #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
            border-radius: 0;
            border: 0;
            margin: 0;
            line-height: 40px;
            height: 40px;
            padding: 0 10px;
            background: transparent;
            text-align: left;
            color: #0db665;
            font-size: 14px;
        }
    
        #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
            background: #0db665;
            color: white;
            font-weight: bold;
            text-decoration: none;
            border-color: #fff;
        }
    }

    Best regards,
    Nikko

    #1431270
    sifix
    Participant

    The code shows in textblock in enfold layout builder and on site. It looks like this.
    theme, php and wp is up to date.

    [et_pb_section bb_built=”1″ fullwidth=”on” _builder_version=”3.0.51″][et_pb_fullwidth_slider admin_label=”Tillbehör bild” auto=”on” auto_speed=”5000″ _builder_version=”3.0.51″ header_font=”Nunito||||” header_font_size=”46px” header_font_size_last_edited=”on|desktop” header_letter_spacing_last_edited=”on|desktop” header_line_height=”1.2em” body_line_height=”1.4em” show_arrows=”on” show_pagination=”on” parallax=”off” parallax_method=”off” remove_inner_shadow=”off” custom_button=”off” button_letter_spacing=”0″ button_icon_placement=”right” button_letter_spacing_hover=”0″ auto_ignore_hover=”off” hide_content_on_mobile=”off” hide_cta_on_mobile=”off” show_image_video_mobile=”off” disabled=”off” disabled_on=”on||” show_inner_shadow=”on” show_content_on_mobile=”on”

    • This topic was modified 2 years ago by sifix.
    #1430181

    In reply to: Boxes Round not Square

    Hi,
    Unfortunately the min height will need to be adjusted multiple times for the different screen width and the font sixe for the back side will need to be smaller to make up for the lost space. It doesn’t look like there is a “easy” fit for this.
    You could use the css above as an example and then use media queries to assign different heights for the different screen sizes that are commonly used, but it won’t be a “fluid” change for all screen sizes.

    Best regards,
    Mike

    Qgrafica_7
    Participant

    Goodmorning,

    I installed WordPress and Enfold on a new web site, i made a “work in progress” landing page while i was working on building the site up, at this point everything was working fine.
    When i started to build the site and create new pages, i imported a demo (Spa Demo was the demo name).
    I’m not sure if importing the demo was what caused the problems, but ever since i imported it, most of the changes i made on the elements don’t take effect.

    For example:
    – I have a color section where i set a background image (it doesn’t show)
    – When i set a font size on any text element, the change doesn’t take effect, it works only if i chose between H1 or H2
    – This also for almost any other settings on the page elements

    The only way to make everything work is via quick CSS, using custom CSS classes on all the elements and manually setting everything with the !important; mark.

    I already tried using the WordPress Reset plugin to reset the demo.

    I attached in the private content a login with a temp account.

    Thank you very much

Viewing 30 results - 841 through 870 (of 18,702 total)