Home Forums WoodMart support forum WPML Search bug display

WPML Search bug display

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26269

    keizershaquil
    Participant

    Hello,

    I just started using WPML and I’m having an issue, where when I install the “WPML String Translation” which is required. A search text appears at the header. How can I fix that?

    Please see attached screenshot.
    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #26299

    keizershaquil
    Participant

    UPDATE:

    I applied the following code on the custom css:

    .widget-title, .widgettitle {
    display: none !important;
    }

    It worked, is it the correct way to do it?

    #26319

    Artem Temos
    Keymaster

    Hi,

    Yes, you can simply hide it with CSS code you use. But note that it will hide all widgets titles through the site.

    Regards

    #26337

    keizershaquil
    Participant

    how can I target only that one?

    #26347

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .main-header .widget-title {
    	display: none;
    }
    #26359

    keizershaquil
    Participant

    Thank you very much Artem

    #26360

    Artem Temos
    Keymaster

    You are welcome!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘WPML Search bug display’ is closed to new replies.