Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #676048

    Hi,
    I have 3 question:
    1) on my main menu there are social icons but viewing my website on mobile I realize that they aren’t. What I have to do?
    2) I would like that the the size of subheading of post (H2) is smaller, what I have to do?
    3) I would like that categories of post is bigger, where I have to go to increase it?
    Thanks

    #676059

    Hey neonlights79,

    Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    #676068

    Hi Jordan,
    ok.
    Another question about subheading: can I change the color of H2?
    Thanks

    • This reply was modified 8 years, 3 months ago by neonlights79.
    #676863

    Nobody replies to me at these questions?

    #676950

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_elegant-blog #top .post-entry .minor-meta {
        font-size: 15px;
    }
    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        font-size: 22px;
        color: orange;
    }
    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block !important;
    }
    .av-main-nav-wrap ul {
        display: none!important;
    }
    }
    

    Best regards,
    Yigit

    #677017

    Hi Yigit,
    I add this code to the Quick CSS section under Enfold Child options, it’s ok?
    About points 1-3 it’s ok.
    For point 2 I want that the subheading of post (H2) is smaller and with a different color such as #d600b2.
    Thanks

    #677019

    Hey!

    Please find

        font-size: 22px;
        color: orange;

    in the code i posted above and change it to

        font-size: 16px;
        color: #d600b2;

    You can adjust the values as needed

    Best regards,
    Yigit

    #677068

    Hi,
    I try before but with this code
    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
    font-size: 22px;
    color: orange;
    I change the color of post title not subheading. The subheading now it’s black I want it of this color #d600b2.
    Do you understand? I hope

    #677076

    Hi!

    I added following code to bottom of Quick CSS field and it is working perfectly fine

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        font-size: 16px;
        color: #d600b2;
    }

    Regards,
    Yigit

    #677085

    Forget you don’t understand what I wanted

    #677092

    Hi,

    Please post us a screenshot/mockup of what you would like to achieve then. You can upload the screenshot to imgur.com or dropbox and share the link here.

    Best regards,
    Yigit

    #677260

    https://www.dropbox.com/s/ctfpfnsakawsfz3/Schermata%202016-08-24%20alle%2021.53.06.png?dl=0

    https://www.dropbox.com/s/zpjo70jkxfftove/Schermata%202016-08-24%20alle%2021.54.32.png?dl=0
    The first link is my website where you can view category, title, picture and black subheading (H2) of post.
    In the second link you can view title, picture and yellow subheading of post.
    I want that the font of my subheading is smaller and colored of #d600b2.
    I hope that I’m clear.
    Thanks

    #677523

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .entry-content h2.p1 {
        font-size: 16px;
        color: #d600b2;
    }
    

    Best regards,
    Yigit

    #677578

    Hi Yigit.
    thanks is good.
    If I add this code into CSS section of Enfold Child Options it’s ok or it’s better to add to style.css file?
    Thanks

    #677581

    Hi,

    It does not really matter actually. You can add them to style.css file if you are going to use a plugin such as WPML in future, to apply custom CSS changes to all languages in one go :)

    Best regards,
    Yigit

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