error metadata up photo
-
hello good afternoon I’m using google translator
I’m doing some tests with your plugin
and I see that it gives me some errors in how the author metadata is shown, category date and comment above the photo as shown here in the image:
https://prnt.sc/n05oqm
and I would like something like this:
https://prnt.sc/n05tq0or at least that the metadata is left as ordered in the demo of the subject below the photo here
http://www.themefocus.co/alterna/newdemo/video-youtube-with-post/In what you can help me I would appreciate it or please tell me how to correct the error
The page I need help with: [log in to see the link]
-
Hi,
the meta you would like to remove is a part of the theme, the easiest way to remove it is to go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below.single-advert .post-meta { display: none !important; }ok thanks I worked the code to remove the goal data here
https://urbanizacionlosnaranjos.com.ve/advert/dsff/but I would also like to remove the title on top of the photo so that I can stay that way
https://prnt.sc/n05tq0Is there any CSS code for that too?
I would appreciate your helpOn the screenshots there are two titles the big one and the one in breadcrumbs, not sure which you would like to hide so i am pasting codes to hide both of them
.single-advert #page-header { display: none !important; } .single-advert #page-breadcrumb { display: none !important; }If that will not help it would be best if you could mark on the screenshot which part of the page you would like to hide.
thanks for the help but it’s not the title I want to remove
the title that I want to remove is this one that appears in the following image
http://prnt.sc/n2oyi1I want me to stay like the following image
https://prnt.sc/n05tq0website:
https://urbanizacionlosnaranjos.com.ve/advert/dsff/To hide this title add in Additional CSS panel the below snippet
.single-advert h3.entry-title { display: none !important; }
The topic ‘error metadata up photo’ is closed to new replies.