Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Thread Starter
maxpg
(@maxpg)
Hi Andrew, thank you so much for your answer. I know, but it has always worked well. I have problems only in the section (news) posts.
On static pages I have no visual problems.
The site was fine until I canceled the plugins
I would like the posts to be seen like this page:
https://chopshopsamples.com/contact-us/
which code and which page should I modify to solve the problem?
Please, Andrew, give me a hand 🙁
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In the “Additional CSS” section of the dashboard add this:
.single-featured-image-header {
display: none;
}
https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress
Thread Starter
maxpg
(@maxpg)
Very well ! It works for posts! 🙂
Andrew you are wonderful !!
Now I have only two things to fix:
1 – if you click them News> and after Main mews (on the menu)
the page that opens has duplicates of images … it’s very confusing.
What should I change?
2 – On the main page in the section CHOPSHOPSAMPLES NEWS: what should I change to remove the underlining of the links?
Thank you very much in advance you are amazing !! 🙂
Thread Starter
maxpg
(@maxpg)
Perfect … I think I solved the point number 1 by myself! You gave me an idea to solve it by writing:
.post-thumbnail {
display: none;
}
It seems to work ! 🙂
Now I would just like to remove the underlined in the links on the home page 🙂
Thank you 🙂
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I don’t recommend that, as the underline is the main thing that tells people they are links. The CSS to remove the underline is:
.home .entry-content a,
.home .entry-content a:focus,
.home .entry-content a:hover {
box-shadow: none;
}
Thread Starter
maxpg
(@maxpg)
Very well ! It works ! Perfect 🙂 !!
Andrew you are wonderful !!
Thank you for all !! 🙂