virgibuzz01
Forum Replies Created
-
Forum: Plugins
In reply to: [Options for Twenty Twenty-One] Button highlighting non longer workingAll resolved.
Forum: Plugins
In reply to: [Options for Twenty Twenty-One] Button highlighting non longer workingThanks Oliver that has sorted it. As always, brilliant support from you!
Forum: Plugins
In reply to: [Options for Twenty Twenty-One] Button highlighting non longer workingHi – website is https://www.loirelifecycling.com there are a number of buttons on the home page which are all behaving the same. I am using the most up to date Firefox browser on a windows PC. Thanks for looking into it.
Forum: Plugins
In reply to: [Options for Twenty Twenty-One] Heading Size – Latest Post BlockGreat, that does the job. Thanks for your help Oliver!
Forum: Plugins
In reply to: [Options for Twenty Twenty-One] Breadcrumb breaks formatting on Post pagesHi Oliver – All sorted – nice work!
Regards, Jon.
Forum: Plugins
In reply to: [Options for Twenty Twenty-One] Breadcrumb breaks formatting on Post pagesHi,
If you check out https://staging.loirelifecycling.com/cycle-tours-for-solo-travellers/ you’ll see what I mean.
I’ve injected a sidebar into posts but not pages – maybe this is it?
No unusual plugins – wordfence, imagify and thats it.
I’m not using a child theme and the only CSS I’ve added is the following….
/* Heading sizes */
body h1{
font-size: 60px!important;text-align: center;
}
body h2{
font-size: 30px!important;
}body h3{
font-size: 25px!important;
}
/* H4 used in blue info boxes */
body h4{
font-size: 25px!important; color: #dd3333;text-align: center;
}
/* LINK COLOURS */
/* unvisited link */
/*a:link {
color: #002653;
}*//* visited link */
a:visited {
color: #002653;
}/* mouse over link */
a:hover {
color: #dd3333;
}/* selected link */
a:active {
color: blue;
}Cheers,
Jon
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Remove Page TitlesHi,
I’m really happy with the theme, but my only problem is I want the featured image on posts, not on pages and don’t want the border.
Any simple tweak I can make please?!
Thanks