Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi nacmaxz,

    If you can target the element displaying “Recent Works”, you can just add the following code :

    .your-element {
      display: none;
    }
    • This reply was modified 4 years, 9 months ago by Obje.
    Moderator bcworkz

    (@bcworkz)

    If you need assistance targeting the element as jharrow describes, we’d need a live link to the page in question. A screen grab is inadequate. Also, hide on just this one page? Or hide similar on all pages?

    If you prefer not to provide a link, try using your browser’s element inspector developer tool to help you target the element for yourself.

    Custom CSS as suggested is best placed in the Additional CSS panel of the customizer.

    Thread Starter nacmaxz

    (@nacmaxz)

    Hello @harrow

    Thanks for your assist!
    I am not good in website codes, the link below is where I inserted the CSS codes, but it’s not working.

    https://i.ibb.co/DbPb9LP/wordpress-your-elemet-display-none.jpg

    Thanks

    • This reply was modified 4 years, 9 months ago by nacmaxz.
    Thread Starter nacmaxz

    (@nacmaxz)

    Hello @bcworkz

    Thanks for your reply!
    I need “Recent Works” to hide similar on all pages.

    I will provide you my link:
    https://formax002.org/

    Thanks so much if you could assist me.

    Thanks

    • This reply was modified 4 years, 9 months ago by nacmaxz. Reason: Wrong word

    Hi Nacmaxz,

    Looking at your code it seems you use WP Bakery as a page builder and I’m almost sure you can hide the title of your section without hardcoding it.

    If not, as @bcworkz pointed out, you can achieve to hide it adding some css code into the customizer. To do so, go to your admin panel > appearance > customizer. Into “Additional css” you can write the following code :

    .slider-container .title {
      display:none;
    }

    J

    Thread Starter nacmaxz

    (@nacmaxz)

    Hello @harrow

    Yes, I am using WP Bakery.
    I can’t hide the title of the section, as I can only insert shortcode of the wordpress.

    https://i.ibb.co/0C6qSZt/wordpress-wpbakery-portfolio.jpg

    Thanks for your help and the latest code helped!
    It was removed.

    Thanks

    Glad it helps !

    Cheers,
    J

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to edit/remove “Recent Works” title infront of the page’ is closed to new replies.