Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #746366

    Hi there!

    I have the feeling that the logo in the header of Enfold has a thin background overlay. Can I take this away? I would like to have my logo up-front. Thanks!

    Annelies

    #746823

    Hey AnneliesUL,

    The theme doesn’t apply anything like that so I think you will have to edit the actual image if you want to change it. If I’ve misunderstood you then please post a screenshot of the problem and try to explain a bit further.

    Best regards,
    Rikard

    #757027

    Dear Rikard,

    I posted a question in the Enfold forum with links to screenshots, considering my blogs. But I didnt receive an answer yet. I can imagine you are overloaded with questions! But is it possible to tell me how to make sure that the blog-posts don’t show how many comments there are, and that I can decide blog by blog if I want people to comment?
    links are: http://prnt.sc/efc5lg and http://prnt.sc/efc6o3

    ps these blogs are just tests.

    Thank you in advance! Annelies

    #759859

    Hi!

    Please add this in the Quick CSS field to remove the comment number container and comment count.

    .side-container-comment-inner {
        display: none;
    }
    
    .slide-meta-comments, .slide-meta-del {
        display: none !important;
    }

    Regards,
    Ismael

    #759940

    Thank you Ismael!

    #759942

    And do you also know how I can change the title of the Big Testimonial-slider? Because the title is white, but my background either. Thanks, Enfold is really the best theme.

    #759970

    It is very weird, but if I place the testimonials AFTER a color-section, the titles are white. If I place the testimonials AFTER a grid-section, the titles are black….

    #762529

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Also provide us a precise link to your site, showing the elements in question. We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #780514

    Dear Andy,

    Thank you for your answer and for being here for me.
    I already solved a lot myself, but there are a few things I cant find the solution for.
    The H1-text changes to capitals and the H3 changes color on a smaller device.
    And I have problems with styling the blog. I have added my code and an overview of the problem with links to the pages below.

    Im really looking forward to hear from you. Thank you in advance.

    Annelies

    #781207

    Hi,

    1.) Use this code inside Quick CSS field:

    h2 {
    text-transform: none !important;
    }

    2.) Use this code:

    h3 { 
    color: #ed217d !important ;
    }

    3.) Your blog looks fine to me, I can’t see any issues. Can you provide us screenshots showing what’s going on please? use imgur.com or Dropbox.

    Best regards,
    Andy

    #781223

    Dear Andy,

    I have tried both the codes you gave me, but doesn’t give a difference. I have added the page below.

    About the blog, yes I was very proud of myself :)
    I just used this code:

    .entry-content p {line-height: 28px;
    font-size: 15px;
    }

    As you can see I have added your code, but cant find a difference.

    Best, Annelies

    #781268

    Hi,

    one of your custom code is causing this issue. Remove all your CSS code and check which one is causing it exactly.

    Best regards,
    Andy

    #781494

    Hi Andy,

    You are right. This code was giving the problem:
    @media only screen and (max-width: 767px) {
    h2 { text-transform: none !important; }
    }

    Thank you for your fast help!

    Best, Annelies

    #781501

    Andy, sorry to bother you again. But suddenly a part of my menu in the blogs is gone, the second line (where I can add color and strike through etc.) Do you know where I accidentally pressed a wrong button?

    Further everything is finished, thank you so much for your help. I really appreciate your theme and the perfect way of the enfold-team to help on the forum! Thanks a lot

    Best, Annelies

    #781559

    Hi,

    I apologize, but may you provide me a screenshot with the place that this menu should be?

    Best regards,
    John Torvik

    #781661

    Of course!

    this is how it was: http://prnt.sc/ezgseg

    this is how it is now: http://prnt.sc/ezgssr

    #781876

    Hi,

    Thanks for the screenshots, could you try clicking the keyboard icon (second from last) please?

    Best regards,
    Rikard

    #782437

    Oh! Hahahahah. I feel so stupid! Thank you so much. All done!
    Thanks again for all the help! Annelies

    #783661

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Andy

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Logo Header no background overlay’ is closed to new replies.