Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #100110
    Jailma Santos
    Participant

    Hi!
    I am using the theme Lucida Free, it’s beautiful and I loved it, but I’m facing a problem. The title and description still showing even with the check box in the customization option for showing the title plus the image being unchecked. I want the site to display just the image. I’ve tried a lot of CSS code for this kind of problem from other posts in this forum, but it didn’t work. So must to have a specific Code for this theme or the place to fill with the CSS code is bugged.

    Any answer will be very appreciated.
    Thank you!

    #100111
    Jailma Santos
    Participant
    #100270
    Mahesh
    Keymaster

    @jailma-santos: Sorry for the late reply. There has been a little bug in the theme and will be fixed in the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-title a, 
    .site-description { 
        position: absolute !important; 
        clip: rect(1px 1px 1px 1px); 
        clip: rect(1px, 1px, 1px, 1px); 
    }

    Regards,
    Mahesh

    #100320
    Jailma Santos
    Participant

    Hi!
    Thank you for your answer!
    But it didn’t work.

    #100357
    Mahesh
    Keymaster

    @jailma-santos: The code is working fine. The update is now available and the issue is fixed, please update the theme. Let me know if any problem.

    Regards,
    Mahesh

    #100592
    Jailma Santos
    Participant

    It worked perfectly after the update!

    Thank you very much, Mahesh!

    #100642
    Mahesh
    Keymaster

    @jailma-santos: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Site title display bug or CSS bug’ is closed to new replies.