Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1217821

    Bonjour,
    Dans la rubrique blog de mon site, à chaque fois que j’écris un article (sans utiliser avia), 2 barres horizontales apparaissent en bas de chaque article.
    Elles apparaissent en décalé vers la gauche à l’écran. Par contre elles sont bien configurées sur mobile.
    Dans l’idéal, comment complètement les enlever ?
    S’il n’est pas possible de les enlever, comment faire pour qu’elles apparaissent de manière centrée et pas à gauche ?

    Et 2ème sujet : comment augmenter la typo des articles de blog ?

    Merci !

    #1217978

    Hey Aurorer92,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_elegant-blog #top .post-entry .post-meta-infos {
        border: none;
        margin: 0;
    }
    /* enfold social media icons fix */
    .social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_reddit a::before, .av-social-link-reddit a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_vk a::before, .av-social-link-vk a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_mail a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_dribble a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_youtube a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_instagram a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_vimeo a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    
    li.social_bookmarks_whatsapp a::before,
    .av-share-link.av-social-link-whatsapp a::before { 
        font-family: 'entypo-fontello';
        content:'';
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1217995

    It works !!!!!

    Thanks :-)

    And regarding the font size of the blog, is there a CSS code ?

    Same question for the size of the text on the buttons.

    #1218025

    Hi Aurorer92,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top p {
        font-size: 18px;
        line-height: 28px;
    }
    

    Which buttons are you referring to?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1218060

    This is almost perfect !

    The font size has worked except for bulleted list font size !

    Is there a special CSS for that ??

    Regarding buttons, I have some pages with lines of button and I can change the design or the color but not the font size of the text.

    #1218257

    Hi Aurorer92,

    Please give us the links to those pages.

    Best regards,
    Victoria

    #1218394

    Le ligne de boutons est présente sur ma page d’accueil https://auroreroose.com/

    Et le problème de taille de typologie concernant les listes à puce concerne tous mes articles de blog. Par exemple : https://auroreroose.com/comprendre-le-sommeil-et-son-fonctionnement/

    #1218656

    Hi,

    Thanks for that. Please try this for the lists:

    #top ul li span, #top ul li strong {
        font-size: 18px;
        line-height: 28px;
    }

    And this for the buttons:

    .avia-buttonrow-wrap a span {
        font-size: 18px;
    }

    Best regards,
    Rikard

    #1218659

    Bonjour,

    Cela n’a pas marché, cela a augmenté la typo des onglets du menu et des onglets du footer !

    #1218914

    Hi,

    Thanks for the update. Could you post a screenshot highlighting the new problem you are having please?

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.