Viewing 30 results - 2,011 through 2,040 (of 18,718 total)
  • Author
    Search Results
  • #1349402

    Hey Sabine,

    I’m not sure I understand your question. Do want to replace the actual tag, or simply change the font size on mobile devices? If you need further help, then please post a link to where we can see the actual element.

    Best regards,
    Rikard

    #1349380
    TakiwaSoulArt
    Participant

    Hi,

    I have another question .. Is it possible to change the settings of an HTML tag in responsive design? I used <mark> and I need another font size on mobile view.

    Thank you again and best regards,
    Sabine

    #1349356

    Hi,

    Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 30px;
    }
    .slideshow_caption h2.avia-caption-title {
        font-size: 26px; 
    }
    .slideshow_caption .avia-caption-content p {
        font-size: 18px;
    }
    }

    Best regards,
    Rikard

    #1349335

    In reply to: Footer/socket fixes

    Hey kellyCraftMedia,

    1. Please replace this CSS code:

    .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
    }

    with:

    .responsive #socket .sub_menu_socket {
        display: block !important;
        margin: 0;
        width: 100%;
    }

    2. It does not work on other columns since other columns uses span instead of p, you can add this code:

    #footer span {
        font-size: 16px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1349296

    Topic: Footer/socket fixes

    in forum Enfold
    Kelly Erickson
    Participant

    Hi lovely Enfold team! I’m having some funky things going on that I was hoping you could help me with!

    1) Mobile socket: I have it set up to center the socket content and stack all the links (so it goes Copyright, two social icons side by side, link, link, link, etc.). Here’s the code I used for that:

    @media only screen and (max-width:550px) {
      .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
      }
      .responsive #socket .sub_menu_socket .menu {
        margin-left: 0;
      }
      .responsive #socket .sub_menu_socket .menu li {
        border: 0;
        display: block;
        float: none;
        text-align: center;
        line-height: 1.7;
      }
      .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
      }
      .responsive #socket .sub_menu_socket .menu {
        margin-left: 0;
      }
      .responsive #socket .sub_menu_socket .menu li {
        border: 0;
        display: block;
        float: none;
        text-align: center;
        line-height: 1.7;
      }
    }
    

    Only problem is the social icons are not quite center for some reason – they are just off to the right a little bit. Screenshot provided in the private content.

    2) Footer font size: I am using the following code to adjust the size of the font in the footer:

    #footer p {
      font-size:16px !important; 
    }

    However, it only applies to the first footer column and not the rest (I had to code in the font size of the third footer column to get me through for now)

    3I think that’s it for now! Thank you in advance!

    #1349257

    Hey virtualbis,
    Try adding this code to your Header Phone Number/Extra Info area:

    <ul class="account"><li class="login"><a href="/my-account/">[av_font_icon icon='ue824' font='entypo-fontello' size='20px'][/av_font_icon] Login</a></li><li class="logout"><a href="/my-account/customer-logout/">[av_font_icon icon='ue825' font='entypo-fontello' size='20px'][/av_font_icon] Logout</a></li></ul>

    you may need to adjust the url to your specific login and logout urls.
    Then add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .account  {list-style: none;}
    #top .account li { display: inline-block;}
    #top.logged-in .account .login {display: none;}
    #top:not(.logged-in) .account .logout {display: none;}

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

    Best regards,
    Mike

    Hey MarynaKudzinava,
    Are you using the masonry setting: Sorting ▸ Yes, display sort options and are referring to the “All” at the start?
    2022-04-23_007.jpg
    try this css for the masonry sort of the blog and portfolio:

    .av-portfolio-grid-sorting-container .all_sort_button,
    .av-masonry-sort .all_sort_button {
    	font-size: 16px;
        color: red !important; 
    }
    

    But if you mean the setting: Sorting ▸ Yes, display sort options and currently active taxonomy and are referring to the current sort title
    2022-04-23_008.jpg
    then try this css for the masonry sort title of the blog and portfolio:

    .av-portfolio-grid-sorting-container .all_sort_button,
    .av-portfolio-grid-sorting-container .av-current-sort-title,
    .av-masonry-sort .all_sort_button,
    .av-masonry-sort .av-current-sort-title {
    	font-size: 16px;
        color: red !important; 
    }

    After applying the css, please clear your browser cache and check, then link to your two elements and explain if you mean the “All” at the start or current sort title for replacing the words.
    Please note that the current sort title changes depending on the sort clicked, it doesn’t always show “All” so replacing it with the word “Portfolio” or “Blog” would change this behavior.

    Best regards,
    Mike

    #1349248

    Oh gosh! 1 more thing. I promise I’m going to put all my questions and your answers in a thread so it will help all the other people with all the same needs!! Lol

    Ya’ll helped me with making the Enfold contact input field’s backgrounds transparent, but the Text Area wasn’t included.

    So then I would like MailChimp submit button to look the same as the Enfold Contact Form submit button, same size and orientation.
    If this is possible.

    This is the css I have so far

    
    
    #top #main input[type='submit'].button {
        background-color: transparent;
        color: #3c5c85;
        border: 1px solid #ae883d;
    }
    #top #main input[type='submit'].button,
    #top #main input[type='text'] {
        background-color: transparent;
        color: #3c5c85;
        border: 1px solid #ae883d;
    }
    
    .avia-mailchimp-form input {
        text-align: center;
        font-family: 'Josefin Sans';
    }
    
    .toggler {
    border-top: none!important;
    border-bottom: none!important;
    }
    
    span.blog-author.minor-meta, .text-sep-date {
        display: none!important;
    }
    
    #top .avia_ajax_form.avia-mailchimp-form input[type='submit'] {
      font-size: 22px;
      
    }
    
    #top .avia_ajax_form.avia-mailchimp-form input[type='text'] {
        font-family: 'josefin sans'; 
      
    }

    Thank you!!

    #1349169

    In reply to: Custom SVG not owkring

    Jonas
    Guest

    Hi Ismael,

    thanks for your help. I just had a small typo wich made it not work.

    But i found something really really strange:

    I live in germany thats why i really need to look in GDPR compatibility.
    After adding my custom SVG separator, my websites starts loading fonts from google.
    Im not using any of those two fonds on my website, wich are getting loaded.
    I also block all Google Fonts in my enfold settings but those fonts still gets downloaded from google so it seems for me like a bug.

    ill attach a link to my website in the private area. You can inspect that fonts get loaded from google with the developer console.
    I looked in the sourcecode and found this two places:

    <div id='footer-full' aria-label='footer-full' class='avia-section av-l1xnfpzo-03183143801b293c5bec81f38ce5fd17 main_color avia-section-no-padding avia-no-border-styling  avia-builder-el-1  el_after_av_hr  el_before_av_section  footer-full footer-full av-small-hide av-mini-hide avia-bg-style-scroll av-minimum-height av-minimum-height-25  container_wrap fullsize'   data-av_minimum_height_pc='25'><div class='avia-divider-svg avia-divider-svg-Footer-negative_2 avia-divider-svg-top avia-svg-original'><?xml version="1.0" encoding="utf-8"?>
    <svg id="master-artboard" viewBox="0 0 1383.18017578125 82.54431915283203" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 0 0 1400 980;" width="1383.18017578125px" height="82.54431915283203px"><rect id="ee-background" x="0" y="0" width="1383.18017578125" height="82.54431915283203" style="fill: white; fill-opacity: 0; pointer-events: none;"/><defs><style id="ee-google-fonts">@import url(https://fonts.googleapis.com/css?family=Anton:400|Roboto+Slab:100,300,400,700);</style><path id="text-path-0" d="M 778.8464965820312 213.4612274169922 A 100 18 0 0 1 988.3533935546875 213.4612274169922 A 100 18 0 0 1 778.8464965820312 213.4612274169922 Z" style="fill: none; stroke: red; stroke-width: 2;"/><path id="text-path-1" d="M 664.5464477539062 37.96122741699219 A 100 19 0 0 1 876.5812377929688 37.96122741699219 A 100 19 0 0 1 664.5464477539062 37.96122741699219" style="fill: none; stroke: red; stroke-width: 2;"/><path id="text-path-2" d="M 765.3650512695312 211.70851135253906 A 100 17 0 0 1 991.5017700195312 211.70851135253906 A 100 17 0 0 1 765.3650512695312 211.70851135253906" style="fill: none; stroke: red; stroke-width: 2;"/><path id="path-1" d="M 765.3650512695312 211.70851135253906 A 100 17 0 0 1 991.5017700195312 211.70851135253906 A 100 17 0 0 1 765.3650512695312 211.70851135253906" style="fill: none; stroke: red; stroke-width: 2;"/></defs>

    and this:

    <div id='section-content-bottom'  class='avia-section av-hk7dm-1c9ac87f568f80d6eb00e9ca092e7b6f main_color avia-section-no-padding avia-no-border-styling  avia-builder-el-0  el_before_av_hr  avia-builder-el-first  section-content-bottom avia-full-stretch avia-bg-style-scroll av-minimum-height av-minimum-height-100  container_wrap fullsize'  data-section-bg-repeat='stretch' data-av_minimum_height_pc='100'><div class='avia-divider-svg avia-divider-svg-headereditfinal.svg avia-divider-svg-top avia-to-front avia-svg-original'><?xml version="1.0" encoding="utf-8"?>
    <svg id="master-artboard" viewBox="0 0 1281.06005859375 75.33576202392578" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 0 0 1400 980;" width="1281.06005859375px" height="75.33576202392578px"><rect id="ee-background" x="0" y="0" width="1281.06005859375" height="75.33576202392578" style="fill: white; fill-opacity: 0; pointer-events: none;"/><defs><style id="ee-google-fonts">@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400|Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);</style></defs>

    For me it seems like that the fonts “Roboto”, “Anton” and “Fjalla One” are getting downloaded.

    I really cant find out why and where that happens. I already tried everything and i dont want to add another plugin that blocks those fonts for me.

    I also cloned my Homepage Site. Then i removed the SVG Separators in footer and header. So no google Fonts are loaded. That really seems odd and like a bug. I attached my copied version of my Homepage also.

    Im really thankful for your help!
    Best regards
    Jonas

    And how do I change the font to match the rest of the site – Josefin Sans?

    And why is the “discover more” so different looking than the other field label font’s? Like different size and font weight.

    And can I make the MailChimp submit button not as wide? So it looks like the Enfold form submit button? Just curious. If it were possible.

    • This reply was modified 3 years, 10 months ago by Intell.
    #1349055

    Hello,

    I would like to remove the meta data (Tags, category and SKU) that is inserted automatically with the Product Purchase Button.

    I tried the code above, but it’s not working.

    Also I would like to modify the following elements on the product page, since they have different font sizes and are not aligned:

    Size
    Product variations (15 ml, 100 ml)
    Price
    Quantity
    Add to cart button

    Thank you,

    Julia

    #1348942

    Hi Michaela,

    Which settings exactly are not applying? You haven’t set any sizes other than standard for all the headers in the Typography section. I see that you have added some custom CSS in Quick CSS as well, and that is applying to your h6 on the front page for example:

    @media only screen and (max-width: 480px) {
    h1 { font-size: 38px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 40px !important; }
    h6 { font-size: 55px !important; }
    }

    If you use important in your CSS statements, then that will override the theme settings.

    Best regards,
    Rikard

    #1348912

    Hi Rikard,

    thank you. I’ve tried both but nothing seems to work or change anything. I’ve also changed the font sizes in the Typography, but no changes become visible. Do you have another idea?

    Best,
    Michaela

    #1348900

    Hey hmichaela,

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

    @media only screen and (max-width: 767px) {
    h6.avia-caption-title {
      font-size: 62px; 
    }
    }

    If you are looking to set your headers to different sizes on mobile screens, then you can do so under Enfold->General Styling->Typography.

    Best regards,
    Rikard

    #1348699
    navindesigns
    Participant

    Hi,
    On my site – http://balrajt9.sg-host.com/ – I would like to make all my buttons into a flip animation effect

    I am using this custom css

    .avia-button.avia-size-large, #top .avia-slideshow-button {
    font-size: 18px;
    text-transform: uppercase;
    color: #ed8b00 !important;
    background-color: #ffffff !important;
    font-family: ‘Montserrat’, Helvetica, sans-serif;
    border-radius: 10px;
    padding: 10px 30px 8px 30px;
    font-weight: 600;
    border:2px solid #ed8b00 !important;
    }
    .avia-button.avia-size-large:hover, .home #av_section_3 .avia-content-slider-inner .read-more-link a:hover {
    transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    border:2px solid #007ca5 !important;
    background-color: #007ca5 !important;
    text-decoration: none;
    }

    However, this does not do the flip effect?

    Example of flip effect – https://codepen.io/MoorLex/pen/NBwNZa or something similar

    The rollover color/treatment will remain the same, its just the animation needs to be changed to flip.

    #1348619

    Hi,
    Thanks for the feedback, do you mean the title in the screenshot in the Private Content area?
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_modern-blog #main .avia-content-slider .slide-entry-title {
        font-size: 24px;
    }

    After applying the css, please clear your browser cache and check.
    Please note that testing with Safari 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.

    Best regards,
    Mike

    #1348604

    Hi Claudia,

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

    .html_modern-blog .avia-content-slider .slide-entry-title {
        font-size: 24px;
    }

    Best regards,
    Rikard

    #1348502

    Hi,
    Thanks for the link to your page, I found your border to not include the radius but it was working from what you added to the child theme stylesheet, I added the radius to your rule with a little padding and also testing it in your Quick CSS and it works in both places:

    .av-masonry-sort a {
        border: solid 2px black;
    	border-radius: 25px;
    	padding: 0 10px;
    }

    2022-04-15_001.jpg
    so I imagine the issue was your caching plugins, which is a common issue, I recommend to disable your caching while building your site and when it is done then enable it.
    As for the font size of your masonry content, in your Quick CSS had the size set to: font-size: 0.5em; which is very small, so I changed it to font-size: 1.5em; to match your title, so the Quick CSS is working, what size do you want it to be?
    I test with Chrome on Windows, if you are testing with Safari it 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.

    Best regards,
    Mike

    hmichaela
    Participant

    I’ve uploaded the Google font “Kaushan Script” via FTP on my WordPress server. How can I now make the Theme use this font for my heading in the full screen slider on my home page?

    Another issue is the font size of the main menu links. I have already changed it to a larger size several times but it always falls back automatically to a very small font size. What can I do about this?

    Michaela

    Hey rkshorty,
    Thanks for the code but in my test I get the error OPWIDGET is not defined I tried to research on the openpetition.de site but couldn’t find a code example, are you sure this code is correct?

    <script src="https://www.openpetition.de/javascript/widget.js"></script>
    <noscript>Bitte aktivieren Sie JavaScript und laden die Seite neu.</noscript>
    <script>
    var OPWIDGET = {
    "base_url": "https://www.openpetition.de",
    "api_key": "3864e7409744603ac4147f7756deac6fcdee2be45a4c7d2deb6efa43591168f7",
    "options": {
    "primarycolor": "#e07d28", 
    "secondarycolor": "#6c6c6c",
    "backgroundcolor": "#ffffff",
    "mainfontsize": "12px",
    "language": "de_DE.utf8"
    }
    };
    </script>

    Best regards,
    Mike

    rkshorty
    Participant

    Hallo,
    ich habe den Code von openPetition in ein Code-Block Element eingefügt, es wird aber leier nichts angezeigt.
    Was mache ich hier falsch ?

    <script>
    var OPWIDGET = {
    “base_url”: “https://www.openpetition.de&#8221;,
    “api_key”: “3864e7409744603ac4147f7756deac6fcdee2be45a4c7d2deb6efa43591168f7”,
    “options”: {
    “primarycolor”: “#e07d28”, // andere Farben: https://www.w3schools.com/colors/colors_picker.asp
    “secondarycolor”: “#6c6c6c”,
    “backgroundcolor”: “#ffffff”,
    “mainfontsize”: “12px”,
    “language”: “de_DE.utf8″
    }
    };
    </script>
    <script src=”https://www.openpetition.de/javascript/widget.js”></script&gt;
    <noscript>Bitte aktivieren Sie JavaScript und laden die Seite neu.</noscript>

    babyboymik
    Participant

    Hello there

    I have tested my website through various devices with different resolutions and different modes.

    1. The first issue I detected is landscape mode mainly on android devices. When switched to landscape, the right sidebar appears and some content is cut off. I have the option in settings turned on where for mobile devices, sidebars are switched off. In portrait mode, the sidebar does not appear. But when switched to landscape, it appears and nothing auto-adjusts. The thing is I want the mobile version on android and iPhone to be without sidebars, both landscape and portrait modes. I have attached a screenshot with the landscape mode in private content.

    2. I have tested my website on other resolutions where the logo, menu, etc. overlap on certain resolutions. I have attached images of these devices in private content.

    My extra coding consists of the following incase there is something in there that needs a minor change:

    #scroll-top-link, #av-cookie-consent-badge {
    color: #000000;
    background: #f6971a;
    border: 2px solid #000000;
    }
    @media only screen and (max-width: 479px) {
    .responsive #top .logo img {
    max-height: 100px !important;
    }
    }
    .cmc_global_data ul li .global_d_lbl {
    font-weight: 600;
    font-size: 90%;
    background: transparent;
    color: #00000;
    border: transparent;
    margin-right: 0px;
    }
    .cmc_global_data ul li .global_data {
    font-size: 11px;
    white-space: nowrap;
    display: inline-block;
    }
    @media only screen and (max-width: 767px) {
    #header_meta {
    display: none;
    }
    }
    h1 {
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    }
    h2 {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    }
    .slide-meta {
    display: none!important;
    }

    #top #wrap_all .avia-post-nav {
    background: rgb(246 151 26 / 72%);
    height: 150px;
    }
    .avia-post-nav:hover .entry-info-wrap {
    width: 300px;
    }
    .avia-post-nav .entry-info {
    width: 275px;
    height: 120px;
    }

    Let me know as soon as possible how to fix these issues :)

    • This topic was modified 3 years, 10 months ago by babyboymik.
    #1348055

    Hi,

    Thanks for the update. Please try this CSS as well:

    nav.sub_menu_socket .avia-menu-text, #socket .social_bookmarks a:before {
      font-size: 14px;
    }

    Best regards,
    Rikard

    #1348019

    In reply to: Woocommerce support

    Hi,
    Please try this css for desktop & mobile for
    Checkout
    Method of payment
    shipping

    
    @media only screen and (max-width: 379px) { 
    #top #order_review .woocommerce-shipping-totals.shipping td label,
    #top #order_review .woocommerce-shipping-totals.shipping td label bdi,
    #top #order_review .woocommerce-shipping-totals.shipping td label bdi .woocommerce-Price-currencySymbol {
    	font-size:10px;
    }
    #top #order_review .woocommerce-shipping-totals.shipping td {
        left: 14px!important;
    }
    }
    @media only screen and (max-width: 450px) { 
    #top #order_review .woocommerce-shipping-totals.shipping {
    	height: 81px;
    }
    #top #order_review .woocommerce-shipping-totals.shipping td {
        width: 300px!important;
        max-width: 300px!important;
        left: 47px;
        position: absolute;
    }
    #payment .payment_method_ppcp-gateway label {
    	color: transparent;
    }
    }
    @media only screen and (min-width: 451px) { 
    	#top #order_review .woocommerce-shipping-totals.shipping td {
        width: 300px!important;
        max-width: 300px!important;
    	}
    }
    @media only screen and (max-width: 768px) { 
    	.responsive #top table.woocommerce-checkout-review-order-table .product-name {
        border-left-style: none;
    	}
    }

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

    Best regards,
    Mike

    #1347871

    Hey sebzh22,
    Merci pour votre patience, pour utiliser l’élément de maçonnerie pour afficher les produits et avoir plus d’informations affichées au survol de la souris, survolez, veuillez vous rendre sur votre produit et ajouter vos informations supplémentaires dans la courte description du produit, puis ajoutez ce css à votre CSS rapide domaine:

    #top .av-masonry-entry:hover .av-masonry-entry-title,
    #top .av-masonry-entry:hover .price span {
    	display: none;
    }
    #top .av-masonry-entry .av-masonry-entry-content {
    	display: none;
    }
    #top .av-masonry-entry:hover .av-masonry-entry-content {
    	display: block;
    	font-size: 1.5em;
    }

    puis au passage de la souris, le titre et le prix se cacheront et plus d’informations s’afficheront, vous pouvez ajouter des emoji mais le shortcode ou le html ne fonctionnera pas ici.
    J’ai lié à ma page de démonstration ci-dessous.
    2022-04-10_012.jpg

    — Translated with Google —

    Thank you for your patience, to use the masonry element to show products and have more information shown on mouse-over, hover, please go to your product and add your extra information in the Product short description, then add this css to your Quick CSS field:

    #top .av-masonry-entry:hover .av-masonry-entry-title,
    #top .av-masonry-entry:hover .price span {
    	display: none;
    }
    #top .av-masonry-entry .av-masonry-entry-content {
    	display: none;
    }
    #top .av-masonry-entry:hover .av-masonry-entry-content {
    	display: block;
    	font-size: 1.5em;
    }

    then on mouse-over the title and price will hide and the more information will show, you can add emoji but shortcode or html will not work here.
    I linked to my demo page below.
    2022-04-10_012.jpg

    Best regards,
    Mike

    #1347846

    In reply to: Fancy Border on Table

    Still not working. All cache cleared including cloudflare.

    /* font size */
    .pricing-table>li {
    font-size: 14px;
    color: #000000 !important;
    background: #f2f2f0!important;
    }

    .pricing-table>li:nth-child(even) {
    background-color: #f0fff0 !important;
    }
    .pricing-table>li:nth-child(odd):not(.avia-heading-row) {
    background-color: #ccffff !important;
    }
    .avia-table.avia-pricing-table.avia-table-5 td{
    color:#000!important;
    line-height: 1.3;
    }
    #main .avia_pricing_default {
    border-top: 18px blue double;
    border-left: 3px black solid;
    border-right: 3px black solid;
    border-bottom: 3px black solid;
    }

    #1347834

    Hi solf,

    I apologize for the delayed response.
    Please use this CSS code instead:

    #top .av-main-nav .sub-menu .sub-menu a {
        line-height: 23px;
        padding: 4px 15px;
    }
    
    #top .av-main-nav .sub-menu .sub-menu a .avia-menu-text {
        font-size: 13px;
    }

    Just adjust the line-height, font-size and padding values.
    Hope this helps.

    Best regards,
    Nikko

    #1347827

    In reply to: Woocommerce support

    Hi,
    Thank you for the screenshots, on your first one “delivery.png” all of the text is using the same font “helvetica neue” some are bold and #758269 in color, if you want them to all be like this try this css:

    .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-form-steps, .woocommerce-checkout .woocommerce .argmc-wrapper #payment div.payment_box, .woocommerce-checkout .woocommerce .argmc-wrapper table.shop_table th, .woocommerce-checkout .woocommerce .argmc-wrapper table.shop_table td, .woocommerce-checkout .woocommerce .argmc-wrapper table.review-table th, .woocommerce-checkout .woocommerce .argmc-wrapper table.review-table td {
    	color: #758269;
    	font-weight: 600;
    }

    in my test this also solved the font in the screenshot “payment.png”
    Now if you compare the standard demo purchase box and yours
    2022-04-09_162436.jpg
    you will notice that yours is missing the PayPal image because your payment gateway doesn’t include it payment_method_ppcp-gateway
    the standard PayPal payment gateway does payment_method_paypal
    If you want the PayPal image and remove the outer border try this css:

    #top #order_review #payment .wc_payment_method.payment_method_ppcp-gateway {
    	background-image: url(https://www.paypalobjects.com/webstatic/mktg/Logo/AM_mc_vs_ms_ae_UK.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #top #order_review #payment {
        border-style: none;
    }

    2022-04-09_010.jpg
    Now for your logins, the first image is the woocommerce standard login, the second one is the ARG MultiStep plugin login, this one has different classes and css than the first one, so to make one look like the other would take some time.
    Try looking at the plugin options and see if it has a “classic” setting to look like woocommerce, or check it’s support site for css to look like woocommerce.

    Best regards,
    Mike

    #1347727

    In reply to: Woocommerce support

    Hallo Mike,

    the width of the check out is good. Thank you.

    look at the screenshots.

    1. There are so many different fonts and sizes in the check out upon delivery. can this be done uniformly?
    2. there are no icons to be seen when paying, like in your demo, and i don’t like the box with the outline.
    3. this is what the login looks like when I click my account on the website.
    4. This is what the login looks like when I first register in the shop.

    do you understand my problem

    Thank you very much.

    #1347556

    Hey purpleblue_Es,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main .av-catalogue-title {
    	font-size: 20px;
    	color: blue;
    }

    adjust the color and size to suit, then after applying the css, please clear your browser cache and check.
    If this doesn’t solve please link to your page so we can examine.

    Best regards,
    Mike

Viewing 30 results - 2,011 through 2,040 (of 18,718 total)