Viewing 30 results - 2,521 through 2,550 (of 18,719 total)
  • Author
    Search Results
  • #1316139
    ABL59
    Participant

    Hello. How to change the font size on the title on my blog list page? I believe it’s h3 at the moment, I want to reduce the font size only on this page. Grateful if you can help.

    #1316086

    Topic: Custom ID for css code

    in forum Enfold
    Tobias777G
    Participant

    Hi there.

    I want to customize one text sector and one specific button in a segment.

    The following code should be working on it. I have copied from a other site, whrer it looks like i want it.

    .avia-button:not(.avia-cookie-consent-button) {
    1. font-size: 22px!important;
    }

    style attribute {
    1. font-size: 22px;
    2. color: #ffffff;
    }

    But when i use the css, the code is shown on all attributes like that. I only want it for one specific sector. How can i make it via the custom id and how should the css code looks like?

    The link to my site is in the private content sector (and also the login-data). I also addes a link to a site from which i have the code and i also wanted the same green section with call to action links to the product page.

    • This topic was modified 4 years, 6 months ago by Tobias777G.
    #1316085

    Many thanks @guenni007 .. i like this slowing up, nice gimmick.
    I would like to have this also on the static overlays on images, can you help me with this? I have tried but do not get this animation, i think i usaing always thw wrong Styles…

    /** hover on img ***/
    #top .av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg {
        opacity: 0.6 !important;  background-color: #000000;   }
    #top .av-overlay-hover-deactivate .av-caption-image-overlay-bg {
      opacity: 0 !important; }
    .av-image-caption-overlay-center {opacity:0!important;}
    .av-image-caption-overlay-center:hover  {opacity:1!important; font-size: 20px !important;  }
    
    .btn-blue {background: #0097D7; font-size:50px; height:80px; width:80px; 
    font-weight: 800 !important; margin: 20px auto !important; line-height: 75px; }
    Hokuspokus
    Participant

    Can you please show new features in a video? It doesn’t even have to have sound, only show features and show options. Or speak in pictures in a PDF. It would be desirable to show more information about tweaks, bugs and new features for your users. Also, you would have content for YouTube right away, and you would be doing your users a huge favor. User can hardly see the abundance of improvements from a changelog.

    What’s behind: (As singles examples). Every user of enfold must determine the new features. But if you show all in a short video, this would be faster for all instead to try all objects. The most is for normal users cryptic stuff, hard to understand. It’s developer language.

    “tweak: columns – backwards comp padding 0px as default only adding class av-zero-column-padding and no styling”: “bugs”
    “feature: new option “image size” for ALB Masonry Gallery”
    Following elements have been updated (not with all options), will be extended:

    – Animated Numbers (sonar effect, circle border styles when with circle)
    – Button
    – Button Row
    – Columns (SVG Dividers)
    – Fullwidth Button
    – Icon (only custom sonar effect when with border)
    – Icon List
    – Notification Box
    – PromoBox
    – Sections (SVG Dividers)
    – Special Heading (new color options only)
    – Testimonials (new font color)

    Thx,

    S.

    #1315885
    Tobias777G
    Participant

    Hello Enfold Theme.

    In the page linked below on my website, the text at the jump mark (I put it in the private content box) is different from the rest of the text (Font is different from the shape and size). The text section is called “Footer”.

    However, I do not want that. What is the reason for this?

    My login data is also in the private content box.

    Hi,
    Thanks for the feedback you can do that this way:

    #top .avia-bullet {
        border: none;
        padding:0;
        margin: 0 10px 0 0!important;    
    }
    #top .avia-bullet:before {
        content: "\e812";
        font-family: 'entypo-fontello';    
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }

    this example replaces the arrow with a check mark, just replace the font-family & font code with yours.
    If you wish to use an image instead just replace the font & content with a content url, for example:
    content: url(https://img.icons8.com/officel/40/000000/plus-math.png);
    and then adjust your size & position to suit.

    Best regards,
    Mike

    #1315847

    Hi,
    I wrote the following css to include the font-size & font-family so that you can change if you wish, just remove if you don’t.
    I also wrote the colors of the rows so you might change in the future, even though right now the third row is the only one that is different, the first rule is for the first row, the second rule is for the second and fourth rows, and the third rule is for the third row.

    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(1) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(2n+2) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(3) > th {
    	 color: #662f1c;
    	 background-color: #fffbf3;
    	 font-size: 14px;
    	 font-family: alice;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1315799

    Hello,
    now I have changed to Tabular Tables – thanks for that!
    So, I want to make the following changes – please, could you help me?
    1. First row with the Text “Tagespreis 2021 …” and the Dates: Change the font-size,because it is too small, maybe also the font-family (but here I am not sure). Background color woud be better with: #efe6d0 and font color: #662f1c
    2. Line 1 and line 3 (with the persons and prices): background color: #efe6d0, font-color: #662f1c
    3. Line 2 (also persons and prices): background color: #fffbf3, font-color: #662f1c

    I hope you can help me as soon as possible, thanks.
    Best regards,
    Evelyn

    #1315157

    Hi,
    Thank you for your patience and the screenshots, I don’t have an iPad but I was able to reproduce it with my Chrome dev tools for the screen widths 1024px ▸ 1440px
    at this size the heading text in the first column is over flowing the form, I recommend increasing the max-width of the container to allow the column a little more space.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 1440px) { 
    	.responsive #top.page-id-14210 #main > #av_section_2 > .container {
    		max-width: 95%;
    		padding: 0;
    	}
    }

    This seems to help a lot, another adjustment you could make is to reduce the heading font size a little:

    @media only screen and (min-width: 767px) and (max-width: 1440px) { 
    	#top.page-id-14210 #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.8em;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    xuamox
    Participant

    Hi,

    I have an Enfold footer with three columns. In first two columns, I have Custom HTML widget(s). The third column uses the sitemap widget.

    The first column has text (1 widget)
    The second column has some text and HTML code for a button and some HTML code for social media icons (2 widgets)
    The third column is a sitemap (1 widget)

    I save my widgets, everything looks good on the page, but then when I check it the next day, the first two columns have been essentially blown out.

    I have never experienced this problem before.

    Have you come across something like this? and do you think it is Enfold related or WordPress related? Not sure how to troubleshoot

    I have turned off most plugins to see if there might be any conflicts.

    Also, I have been testing each widget with some simple text and then re-introducing the HTML that I want to use.

    What I found is that when I try and copy and past the icon elements in the custom HTML widget, that seems to cause a problem. Not a 100% but that seems like it might be the reason. The code I am using is the following:

    <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><a href="https://www.facebook.com/jill.topp.100" class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>
    
    <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><a href="https://twitter.com/BCSpeech" class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>
    • This topic was modified 4 years, 6 months ago by xuamox.
    #1315140

    Hi,
    Thank you for the link to your site, this seems to be a caching issue because when I click the Hummingbird ▸ See this page unminified in the admin toolbar the captions return to white. I tried clearing your cache but it didn’t solve so I added this css in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home .av-image-caption-overlay-center p {
    	color: #fff;
    	font-size: 24px;
    }

    and it did solve, it should not cause any problems in the future unless you want to change the color but I expect that you can remove it after a few more cache flushes, try checking in a week.

    Best regards,
    Mike

    #1315053

    Hey Createve_Solutions,
    Thank you for your patience, as I understand your question you would like your table to look similar to this:
    2021-08-07_005.png
    On your site you are using Pricing Tables please switch to Tabular Tables
    2021-08-07_006.png
    this will solve the column spacing, then if you wish we can adjust the font size and row colors.

    Best regards,
    Mike

    #1315011

    In reply to: Xtra Info line-break

    Hi Rikard,
    thank you, i removed the css but nothing changed. I am using this code in the header xtra-info – maybe this is the problem?

    <ul class="contact"><li class="phone"> <span class="in1">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] <a href="tel:12342134"> Notdienst: 12341243</a><a> | </a> [av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon]<a href="mailto: (Email address hidden if logged out) ">xxxxx</a></span></li></ul>

    #1314701
    jeremysecondary
    Participant

    Hey Guys,
    I am trying to make the small bar above the main menu have a solid background (#78bc1f) and stick to the top of the site.
    I was able to center the menu, but I can’t make the background a solid color or make the bar stick to the top of the page.
    This is the site: https://www.goddessgarden.com/

    This is a good example of another site on Enfold and how I want to look and function: https://premiumtufflock.com/

    I tried the “small bar above the main menu” advanced styling and it didn’t work.

    Here is the custom css on the site currently:
    #socket .copyright {
    width: 100%!important;
    text-align: center!important;
    }

    #top .aviaccordion-preview-title-wrap { background: rgba(119,188,31,0.9); }
    #top .aviaccordion-title { font-size: 25px; }

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
    color: black;
    }
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    margin: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,249,245,0.98);
    }

    .avia-no-number { opacity: 1; }

    #top #header .avia_mega_div {
    max-width: 1080px;
    }

    /* Color section container width */
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    .special_amp {
    font-family: inherit;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    /**
    * Changes the redirect URL for the Return To Shop button in the cart.
    *
    * @return string
    */
    function wc_empty_cart_redirect_url() {
    return ‘https://www.goddessgarden.com/store/&#8217;;
    }
    add_filter( ‘woocommerce_return_to_shop_redirect’, ‘wc_empty_cart_redirect_url’ );

    #top #header_meta {background-color: red!important; }
    .header_color .phone-info {color: white !important; }
    .av_phone_active_right .phone-info {
    float: none!important;
    text-align: center!important;
    }

    #top .av_header_transparency #header_meta {
    border-bottom: 75;
    }

    #1313979
    havi
    Participant

    Hi guys,

    This is extremely weird. H3 formatting does not show after clearing server cache and browser cache several times. And on Private mode.

    Under Advanced styles I have

    H3: Font family Muli, size: default, line height 1.3em; font weight Light and text transform uppercase.

    I added the following to the Child Theme style.CSS:
    /* H3 style*/
    #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 {
    line-height: 1.1em !important;
    font-family: ‘Muli’, ‘HelveticaNeue’, ‘Helvetica Neue’, ‘Helvetica-Neue’, Helvetica, sans-serif !important;
    font-weight: light !important;
    text-transform: uppercase !important
    }

    I had tried it on the Quick CSS as well but it did not work either.

    Performance has been disabled.

    As I am testing everything on Staging first, I am sending you the Staging URL. Let me know if you need the login credentials.

    Thank you!

    Havi

    #1313240

    Hey Yory,

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

    .widget_recent_entries li {
        border: none;
    }
    
    .widget_recent_entries li a {
        font-size: 18px;
        font-family: "ttf","Times New Roman",Helvetica,Arial,sans-serif;
    }

    Best regards,
    Rikard

    Hi apologies the redirect plugin has not followed the taxnonmy change, the sample page is here

    The original style.css definition is
    /* CSS – tech articles*/
    #top .skk-article-title {
    font-family: courier;
    font-size: small;
    font-weight: bold;
    color: #00b0f0;
    text-align: left;
    }

    I have added h1 so it reads … #top .skk-article-title h1 { … and that now works fine, so thankyou case closed.

    … naturally all the workaround <h1 class=”skk-article-title”> form embeds are now broken, hey ho !

    • This reply was modified 4 years, 7 months ago by hbaumhardt.
    #1312804

    For example, this page…https://globalvitiligofoundation.org/research/

    If I click the “Edit page” at the top I get a 500 error. If I go to the back end and select block editor I can get into the doc, but the text blocks have all white lettering and it does not show the text editing options (type, font, size, center, etc.). Link to screenshot in private content.

    The pages with the most issues appear to be those that were created with the classic editor.

    • This reply was modified 4 years, 7 months ago by trexperts.
    #1312784
    Yory
    Participant

    Hi
    How can I style the recent posts widget same as the Pages widget is styled? currently recent posts is displayed with different font size and family, has lines between rows
    thank you

    Hi,

    Please change your code to following

    #header_meta .phone-info div {
    font-size: 18px;
    }

    Best regards,
    Yigit

    Installed the latest update today. The dark and light button issue is fixed as is the icon box text issue.

    I am still having an issue with the header phone area text size. I have added the custom CSS:

    #header_meta .phone-info span {
    font-size: 18px;
    }

    It does nothing. This was working prior to the latest WP update. I have also added #top before #header as illustrated in another post I found here. No difference.

    #1312479

    No one an idea?
    I have found this slution but it only add the title as overlay, not the description.

    `/* Portfolio overlay with title */

    /* Disable default animation */
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    animation: none;
    }

    /* Overlay */
    /* Portfolio overlay with title – disable default animation */
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    animation:none;
    }

    /* Portfolio overlay with title – overlay */
    #top .grid-entry .image-overlay .image-overlay-inside:before {
    content:”;
    position:absolute;
    background:#000000; /* blue */
    height:100%;
    width:100%;
    border-radius:0;
    top:0;
    left:0;
    margin:0;
    }

    /* Portfolio overlay with title – remove default title below */
    .grid-content .avia-arrow,#top .grid-entry .grid-content {
    display:none;
    }

    /* Portfolio overlay with title – display title on hover*/
    .grid-entry a:hover:before {
    content:attr(title);
    position:absolute;
    width:100%;
    z-index:1000;
    text-align:center;
    opacity:1;
    font-size:18px;
    color:#fff!important;
    transform:translateY(-50%);
    animation:avia-fadein .75s 1 cubic-bezier(0.175,0.885,0.320,1.275)!important;
    top:50%;
    padding:0!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    }

    .avia_transform a:hover .image-overlay {
    opacity:1!important;
    }

    hbaumhardt
    Participant

    Enfold 4.8.4 on WordPress 5.8

    I need to create some templates that are totally different to the normal site/theme style.

    Creating body text blocks which use [developer setting] [custom css class] defined in enfold-child/style.css works totally fine.

    Trying to apply similar [custom css class] to Special Headings <H1> & etc does not work:

    Case(1) works fine SPECIAL HEADING: <h1 style=”font-family:courier; font-size:small; color:#00b0f0; text-align:left;”>SKK Workshop Utilities – Workshop Resource Test (why resources are reported wrong)</h1>

    Case(2) works fine SPECIAL HEADING: <h1 class=”skk-article-title”>SKK Workshop Utilities – Workshop Resource Test (why resources are reported wrong)</h1>

    Case(3) plain text using [developer setting] [custom css class] set to skk-article-title does not work and simply renders the default H1 style.

    I am trying to get Case(3) working so it is easier to edit and publish template articles, rather than digging around for text in html wrappers.

    You can see the three cases live online here

    thanks !

    Here is the quick CSS Content:

    /* =================================== */
    /* === Make header not transparant === */
    /* =================================== */
    #header {
        background-color: #23253b;
        opacity: 1 !important;
    }
    
    /* ========================== */
    /* ========================== */
    /* ====== FONTS & TYPE ====== */
    /* ========================== */
    /* ========================== */
    
    /* ========================== */
    /* === Font sizes Desktop === */
    /* ========================== */
    /* h1 - 80px BOLD */
    /* h2 - 55px BOLD with yellow line*/
    /* h3 - 55px BOLD */
    /* h4 - 32px BOLD */
    /* h5 - 22px BOLD */
    /* h6 - 20px BOLD */
    /* p -  20px */
    /* body -  20px */
    
    /* ============================== */
    /* === Desktop bullet point font size === */
    /* ============================== */
    li {
      font-size: 20px;
    }
    .li-content {
      font-size: 20px;
    }
    
    /* =========================== */
    /* === H2 Line after title === */
    /* =========================== */
    h2{
    	overflow:hidden;
    }
    h2:after{
    	content:"";
    	display: inline-block;
    	vertical-align: top;
    	height: 0.6em;
    	width: 100%;
    	margin-right: -100%;
    	margin-left: 25px;
    	border-bottom:8px solid #ffbf40;
    }
    
    .avia-button {
    	font-size: 24px!important;
    }
    
    /* ================================================ */
    /* === Font sizes tablet screens - up to 1366px === */
    /* ================================================ */
    @media only screen and (max-width: 1366px) {
    	.av_textblock_section .avia_textblock h1 {
    		font-size: 60px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h2 {
    		font-size: 41px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h3 {
    		font-size: 27px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h4 {
    		font-size: 20px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h5 {
    		font-size: 18px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h6 {
    		font-size: 18px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock p {
    		font-size: 18px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock body {
    		font-size: 18px !important;
    		font-weight: bold !important;
    	}
    /* === tablet bullet point font size === */
    	li {
    	  font-size: 18px;
    	}
    	.li-content {
    	  font-size: 18px;
    	}
    }
    
    /* =============================================== */
    /* === Font sizes mobile screens - up to 767px === */
    /* =============================================== */
    @media only screen and (max-width: 767px) {
    	.av_textblock_section .avia_textblock h1 {
    		font-size: 40px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h2 {
    		font-size: 28px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h3 {
    		font-size: 22px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h4 {
    		font-size: 18px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h5 {
    		font-size: 16px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock h6 {
    		font-size: 16px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock p {
    		font-size: 16px !important;
    		font-weight: bold !important;
    	}
    	.av_textblock_section .avia_textblock body {
    		font-size: 16px !important;
    		font-weight: bold !important;
    	}
    /* === mobile bullet point font size === */
    	li {
    		font-size: 16px;
    	}
    	.li-content {
    		font-size: 16px;
    	}
    }
    
    /* ========================= */
    /* === Adjust BOLD & STRONG color === */
    /* ========================= */
    b {
    	color: #ffffff !important;
    }
    strong {
    	color: #ffffff !important;
    }
    
    /* ============ */
    /* === ???? === */
    /* ============ */
    .entry-content-wrapper div li {
        line-height: 22px;
    }
    
    /* ========================== */
    /* ========================== */
    /* == END --- FONTS & TYPE == */
    /* ========================== */
    /* ========================== */
    
    /* ========================================== */
    /* === Front page portfolio section width === */
    /* ========================================== */
    #ourwork .container {
    	width: 100% !important;
    	min-width: 100%;
    	padding: 0;
    	margin: 0;
    }
    
    /* ========================================== */
    /* === Color section container full width === */
    /* ========================================== */
    #fullwidth-container .container {
    	width: 100% !important;
    	min-width: 100%;
    }
    
    /* ========================================== */
    /* === Fullwidth submenu font adjustments === */
    /* ========================================== */
    #top .av-subnav-menu > li > a {
        font-size: 22px !important;
        font-weight: bold !important;
    }
    
    /* ========================================= */
    /* === Fullwidth submenu size adjustment === */
    /* ========================================= */
    #top .av-submenu-container {
        height: 70px;
    }
    #top .av-subnav-menu > li {
        padding: 23px 0;
    }
    #top .sticky_placeholder {
        height: 70px;
    }
    
    /* ================================================= */
    /* === Service buttons break to two column layout=== */
    /* ================================================= */
    @media only screen and (max-width:989px) {
        .servicebuttons-class {
            width: 49% !important;
        }
        .servicebuttons-class.av_one_fourth{
            margin-left:1%!important;
        }
    }
    
    /* ========================================================= */
    /* === Reduce color section padding on mobile using HUGE === */
    /* ========================================================= */
    @media only screen and (max-width: 989px) {
        .avia-section-huge .content, .avia-section-huge .sidebar {
            padding-top: 50px!important;
            padding-bottom: 50px!important;
        }
    }
    
    /* ========================================================== */
    /* === Reduce color section padding on mobile using LARGE === */
    /* ========================================================== */
    @media only screen and (max-width: 989px) {
        .avia-section-large .content, .avia-section-large .sidebar {
            padding-top: 25px!important;
            padding-bottom: 25px!important;
        }
    }
    
    /* ============================ */
    /* === Catalogue font sizes === */
    /* ============================ */
    .av-catalogue-title {
        font-size: 22px;
    }
    .av-catalogue-price {
        font-size: 16px;
    }
    .av-catalogue-content {
        font-size: 16px;
    }
    
    /* ========================================== */
    /* === Catalogue square and larger images === */
    /* ========================================== */
    .av-catalogue-image {
    	border-radius: 0 !important;
    	width: 100px !important;
    }
    
    /* ======================================== */
    /* === Catalogue NOT all capital titles === */
    /* ======================================== */
    .av-catalogue-title {
    	text-transform: none !important;
    }
    
    /* ========================== */
    /* === Catalog image size === */
    /* ========================== */
    .av-catalogue-image {
    	height: 80px !important;
    	width: 80px !important;
    }
    
    /* ============================ */
    /* === Seperator line color === */
    /* ============================ */
    span.hr-inner {
    	border-color: #ffbf40 !important;
    }
    
    /* ====================================== */
    /* === Adjust separator FAT thickness === */
    /* ====================================== */
    .hr-custom .hr-inner.inner-border-av-border-fat {
    	border-top-width: 9px !important; 
    }
    
    /* ===================================================================== */
    /* === Adjust burger menu break point to 1366. Burger starts at 1366 === */
    /* ===================================================================== */
    @media only screen and (max-width: 1366px) and (min-width: 768px) {
    	.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;
    	}
    }
    
    /* ================================= */
    /* === adjust column breakpoint  === */
    /* ================================= */
     @media only screen and (max-width: 1500px) { 
    	.responsive #top #wrap_all  #av-center-align-columns .flex_column.columnbreak {
    		margin: 0;
    		margin-bottom: 20px;
    		width: 100%;
    	}
    }
    
    /* ================================================== */
    /* === Center align columns inside color section  === */
    /* ================================================== */
    #av-center-align-columns .entry-content-wrapper {
    	display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-flex-flow: row wrap;
    	justify-content: center;
    }
    
    /* =========================== */
    /* === adjust table colors === */
    /* =========================== */
    .pricing-table>li {
    	background: #1a1b2b00 !important;
    }
    
    /* =============================== */
    /* === Custom masonry gap size === */
    /* =============================== */
    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        right: 4px;
        left: 4px;
        bottom: 4px;
        top: 4px;
    }
    
    /* ================================================== */
    /* === Content Menu, hide seperatoritem on mobile === */
    /* ================================================== */
    @media only screen and (max-width: 990px) {
    	#menu-item-6080 {
    		display: none !important;
    	}
    }
    
    /* ======================================== */
    /* === Change social media bottom color === */
    /* ======================================== */
    #top .av-social-sharing-box .av-share-link a {
    	color: #ffffff;
    	background-color: #12131f;
    }
    
    /* ================================================= */
    /* === Blog featured image remove click function === */
    /* ================================================= */
    .big-preview.single-big a{
    	pointer-events:none!important;
    }
    
    /* ================================= */
    /* === Remove blog page excerpts === */
    /* ================================= */
    .blog .slide-entry-excerpt { display: none; }
    
    /* ============================== */
    /* === Remove blog page dates === */
    /* ============================== */
    .slide-meta { display: none !important; }
    
    /* =============================== */
    /* === Blog hover icon disable === */
    /* =============================== */
    .slide-entry-wrap .image-overlay-inside:before {   display: none; }
    
    /* ================================ */
    /* === Blog hover overlay color === */
    /* ================================ */
    .image-overlay { background: #12131f; }
    
    • This reply was modified 4 years, 7 months ago by Dommel. Reason: Cleanup of Quick CSS. Applied to website
    #1312053

    PROOF:
    maskenzauber.com/temp/enfold-483.mp4 (works)
    maskenzauber.com/temp/enfold-484.mp4 (messed)

    Code:

    [av_heading heading='Überschrift' tag='h2' style='' subheading_active='' show_icon='' icon='ue800' font='' size='24' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='15' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' link='' link_target='' id='' custom_class='h2leistung' template_class='' av_uid='av-wi1cvv' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [av_three_fourth first av_uid='av-sexbw57']
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-ruxp997' sc_version='1.0' admin_preview_bg='']
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    [/av_textblock]
    [/av_three_fourth]
    
    [av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-rineby3']
    [av_hr class='custom' height='-500' shadow='no-shadow' position='center' custom_border='av-border-none' custom_width='50px' custom_border_color='' custom_margin_top='0px' custom_margin_bottom='0px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-r2l8ae3']
    
    [av_icon_box icon='ue81f' font='entypo-fontello' title='Preise' position='top' icon_style='' boxed='' font_color='' custom_title='#b02b2c' custom_content='' color='custom' custom_bg='' custom_font='' custom_border='' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='' linktarget='' linkelement='' id='' custom_class='' av_uid='av-qbofqu3' admin_preview_bg='']
    Preise & FAQ[av_button label='FAQ' link='manually,#tab-id-2' link_target='' size='x-large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-py4gvff'][av_button label='Preise' link='manually,#tab-id-1' link_target='' size='x-large' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-pbgzg57']
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-ovwwzdn' sc_version='1.0' admin_preview_bg='']
    <strong>Lorem Ipsum</strong>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    [/av_textblock]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='shadow' bottom_border='border-extra-arrow-down' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.1' overlay_color='#28343c' overlay_pattern='' overlay_custom_pattern='' av_uid='av-8vd7qz']
    
    [av_one_full first av_uid='av-o3spxtn']
    
    [av_gallery ids='30327,30326,30325,30324,30323,30322,30321,30320,30319,30318,30317,30316,30315,30314,30313,30312,30311,30310' style='thumbnails' preview_size='no scaling' crop_big_preview_thumbnail='avia-gallery-big-no-crop-thumb' thumb_size='portfolio_small' columns='6' imagelink='lightbox' link_dest='' lightbox_text='caption' lazyload='deactivate_avia_lazyload' html_lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-jrmjqais' sc_version='1.0' admin_preview_bg='']
    
    [av_hr class='invisible' height='40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-2cyzbvf']
    
    [av_button label='Weiter' icon_select='no' icon='ue800' font='entypo-fontello' link='page,14091' link_target='' size='small' position='center' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='none' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' id='' custom_class='' template_class='' av_uid='av-nc04ukb' sc_version='1.0' admin_preview_bg='']
    
    [/av_one_full][/av_section][av_two_third first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' highlight_size='1.1' border='' border_color='' radius='0px' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='av-break-at-tablet' mobile_display='' av_uid='av-mqk8crf' custom_class='']
    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' av_uid='av-8103wb']
    [av_tab title='Preise' icon_select='yes' icon='ue8e3' font='entypo-fontello' av_uid='av-2751vyz']
    [av_table purpose='pricing' pricing_table_design='avia_pricing_default' pricing_hidden_cells='avia_show_empty_cells' caption='' responsive_styling='avia_responsive_table' av_uid='av-l9f8gxn']
    [av_row row_style='avia-heading-row' av_uid='av-ksm9x5n'][av_cell col_style='avia-desc-col' av_uid='av-kccltdn']Art[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-k2hiw6z']Trallala[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-jp9n4d7'][av_cell col_style='avia-desc-col' av_uid='av-j3k5jq3']Typ[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-in3xoaj']nach Bedarf[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-i60bgsb'][av_cell col_style='avia-desc-col' av_uid='av-hsmd2l7']Was[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-h5g8s2j']Alle[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-gp8yepn'][av_cell col_style='avia-desc-col' av_uid='av-g92z6vv']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-fx39s57']Irgendwas[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-5ls3rv'][av_cell col_style='avia-desc-col' av_uid='av-ew86kqj']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-eble6ez']Ja[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-1eylebf'][av_cell col_style='avia-desc-col' av_uid='av-1cz9o1n']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-db7xeij']Ja[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-clbe5p7'][av_cell col_style='avia-desc-col' av_uid='av-c0uk3ff']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-bqx9vaz']Ja[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-bdbr9q3'][av_cell col_style='avia-desc-col' av_uid='av-aq5r9iz']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-ageudkr']Nein[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-9shikpn'][av_cell col_style='avia-desc-col' av_uid='av-9dgdozf']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-927xxqz']Ja[/av_cell][/av_row]
    [av_row row_style='avia-pricing-row' av_uid='av-8n0hv0b'][av_cell col_style='avia-desc-col' av_uid='av-85wa7wb'][/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-7iw249n']Mal sehen.[/av_cell][/av_row]
    [/av_table]
    [/av_tab]
    [av_tab title='oft gestellte Fragen' icon_select='yes' icon='ue81c' font='entypo-fontello' av_uid='av-6xqzpob']
    [av_toggle_container initial='0' mode='accordion' sort='' av_uid='av-6tyh0nv'][av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-62utznf']
    Answer
    [/av_toggle] [av_toggle title='lorem Ipsum dolor' tags='' av_uid='av-5tbygd7']Answer
    [/av_toggle][av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-5a2iw3f']
    Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-4p7kusb'] Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor' tags='' av_uid='av-4k11qyj'] Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-3yr5qd7']Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-30aviyj'] Answer[/av_toggle][/av_toggle_container]
    [/av_tab]
    [/av_tab_container]
    [/av_two_third]
    
    [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2eyhhmj']
    [av_heading heading='Überschrift' tag='h6' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='15' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-1yueuxn' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-58okgr' sc_version='1.0' admin_preview_bg='']
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    [/av_textblock]
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' av_uid='av-153zmez']
    [/av_one_third]
    
    

    Hi,

    Thanks for the update. Please enable debug mode in order to see shortcodes in the Layout Builder: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. After that, you can copy this shortcode into a new page:

    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='diagonal_tb' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' 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-145nae']
    
    [av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in' mobile_breaking='' mobile_display='' av_uid='av-jfg5nepn']
    
    [av_heading heading='Blog - Here you can read the latest news regarding our projects and clients' tag='h3' style='blockquote modern-quote' size='5vw' subheading_active='' subheading_size='15' margin='40px,,170px,' padding='0' color='' custom_font='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jg444p56' admin_preview_bg=''][/av_heading]
    
    [av_masonry_entries link='category' wc_prod_visible='' prod_order_by='' prod_order='' sort='no' items='8' columns='4' paginate='pagination' query_orderby='date' query_order='DESC' size='fixed' orientation='av-orientation-portrait-large' gap='large' overlay_fx='active' id='' caption_elements='title excerpt' caption_styling='' caption_display='always' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' av_uid='av-jfjbn9h2']
    
    [/av_one_full][/av_section]

    Best regards,
    Rikard

    #1311580
    Andrew
    Participant

    Hi, I have recently performed and update for wordpress and the enfold theme and have noticed a fault / bug with the accordion element. The layout, color and style all changed.

    I am unable to change the colours, instead there is a permanent cream background color for the accordion element on all pages that feature this element. I used to have the plus icon sitting to the right of the of the toggle, but this has also moved.

    The snippets of code that I have in the general styling I have added below. Could you please have a look and see if there is a possible bug with the update.

    .togglecontainer .single_toggle p.toggler {
    font-size: 21px;
    }

    .toggle_content {
    font-size: 19px!important;
    }

    .toggle_content {
    line-height: 1.6em !important;
    }

    .toggle_icon {
    border:none;
    }

    Thank you
    Andrew

    #1311553

    Thank you.

    Can you comment on why the same code does not show the sidebar at the top pf page on mobile for the second site? I have included all the Quick CSS that the second site uses in case something else there is conflicting.

    here is all the Quick CSS that the second site is using. The site URL is in prvate content.

    @media only screen and (max-width: 768px) {
    .container {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    }

    /* Sidebar */
    #top .container aside {
    order: 1;
    flex-grow: 1;
    }

    /* Main Content */
    #top .container main {order: 2;flex-grow: 1;}
    }

    @media only screen and (min-width: 768px) {
    .only_mobile { display: none !important; }}

    @media only screen and (max-width: 769px) {
    .only_desktop { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .breadcrumb {
    display: none !important;
    }
    }

    #top .phone-info {
    float: none!important;
    text-align: center;
    }

    .slideshow_caption { width: 65%; }

    #header_meta * {
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2em;
    }

    .avia-button {
    font-size: 16px!important;
    }

    .my-highlighted-text { background: rgba(255, 0, 0, 0.7) !important;padding: 1px !important; }

    .av-subheading.av-subheading_below {
    margin-top: 20px;
    }

    #socket .container {
    padding-top: 30px;
    padding-bottom: 30px;
    }

    #socket .sub_menu_socket { float: left; }
    #socket .copyright { float: right; }

    .blog-author{ display: none !important; }

    .products .product h3 {
    font-size: 16px;
    }

    div#header_main {
    background-color: white;
    }

    .related.products {
    display: none !important;
    }

    div .product-sorting {display: none;}

    .in-stock {
    display:none !important;
    }

    #top #wrap_all #av-burger-menu-ul>li{
    opacity:1!important;
    }

    #top .av_header_transparency .phone-info {
    color: #ffffff !important;
    font-size: 14px !important;
    }

    .widget_product_categories li a {
    font-size: 16px;
    }

    .sidebar_left.sidebar {
    text-align: left;
    }

    .tax-product_cat .page-thumb {
    display: none;
    }

    .woocommerce-product-gallery {
    opacity: 1 !important;
    }

    /* Product list */
    .product h3 {
    font-size:14px!important;
    }

    input[type=”submit”]{
    font-size: 15px;
    }

    .av-custom-form-color .button {
    border-color: #c18017 !important;
    border-width: 1px !important;
    background-color: #c18017 !important;
    }

    .av-custom-form-color .button:hover {
    border-color: #f0f0f0 !important;
    border-width: 1px !important;
    background-color: #696969 !important;
    }

    .sidebar .widgettitle { font-size: 16px; font-weight: bolder; }

    .sort-param-order, .sort-param-sort {
    display: none;
    }

    #top .widget ul {
    padding: 2px !important;
    }

    .widgettitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    text-align: left!important;
    }

    #header_meta #avia2-menu a {
    font-size: 15px !important;
    font-weight: bold !important;
    }

    #1311387

    Hi,

    Thanks for the update. Please try this CSS instead:

    .page-id-19 h2.woocommerce-order-details__title, .page-id-19 h2.woocommerce-column__title, .page-id-19 h2.woocommerce-shipments-list__title {
      font-size: 18px !important;
    }

    Best regards,
    Rikard

    #1311243

    Hey Kfranck,

    I edited your Icon Box element and went to Styling > Font Sizes tab and changed font title to 11px.

    Please review your website :)

    Regards,
    Yigit

Viewing 30 results - 2,521 through 2,550 (of 18,719 total)