Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Libretto] title area background image shown incorrect mobileHello there,
Are you able to provide a screengrab of what you’re seeing on a mobile please?
The reason why I ask is because I’ve taken a look at the site and there’s nothing that I can see that looks odd.
I can also see that the CSS dictates that the background image is set to cover, which looks to be expected.
A screenshot can be shared via a link from https://snipboard.io/
Hello there,
Using the latest posts block wouldn’t produce the same style without some custom CSS done to the site. This technically would not be theme CSS that we can help with.
Out of curiosity, what information are these pages going to display?
Forum: Themes and Templates
In reply to: [Vivre] I can’t select the bold headline fontsHello there,
That is very strange indeed – what browser are you using there?
Hello there,
Many thanks for reaching out.
If you go to Appearance > Site Editor > click Page at the top center > Browse all templates > you should see a template called Archive.
Is the correct header there?
Forum: Themes and Templates
In reply to: [Boardwalk] HOW-TO Invert Navigation Buttons for each Page ?Hello there,
It looks like this site is hosted with WordPress.com, so it’s possible to seek help here: https://wordpress.com/help/contact
This CSS here might help:
.post-navigation .nav-previous { float: right; } .post-navigation .nav-previous a:before { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .post-navigation .nav-next { float: left; } .post-navigation .nav-next a:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }Forum: Themes and Templates
In reply to: [Seedlet] Colors Not Updating on Live SiteHello there,
To check, are you changing the colours via Appearance > Customize? If yes, what is the desired colour as I’m currently seeing that a blue scheme is in use.
Something that’s easy to rule out is are you saving the changes in the customizer, and not saving them as a draft?
Many thanks.
Forum: Themes and Templates
In reply to: [Vivre] I can’t select the bold headline fontsHello Niko,
Many thanks for those screengrabs.
I see there’s a full width section – is this being powered by a plugin? I’m wondering if there’s something in plugin overwriting those styles there.
Forum: Themes and Templates
In reply to: [Vivre] I can’t select the bold headline fontsHello there,
The fonts should be built into the theme.
The fonts can be selected via Appearance > Site Editor > using the font styles on the top right hand corner.
Is that where you’re looking to edit the font there?
Forum: Themes and Templates
In reply to: [Pique] TestimonialsHello there,
Is the site hosted with WordPress.com? If yes, you can seek help via https://wordpress.com/help/contact
To check have you activated Testimonials on the site: https://wordpress.com/support/testimonials/#activate-testimonials ?
Forum: Themes and Templates
In reply to: [Bushwick] delete action barHello there,
Many thanks for reaching out.
Are you able to confirm the URL of the website that you need assistance with please?
Forum: Themes and Templates
In reply to: [Lodestar] Footer full widthHello there,
To check, are you looking to remove this space seen here:

Many thanks.
Forum: Themes and Templates
In reply to: [Lodestar] Footer full widthHello again!
To remove the border – this CSS, should do the trick:
.widget ul li { border-bottom: 0px solid #ddd; border-top: 0px solid #ddd; }And to bold that on hover, you would need:
.widget ul li a:hover { font-weight: 700; }Forum: Themes and Templates
In reply to: [Singl] widget on homepage only?Hello there,
We’re unable to see the content of that site.
Are you able to confirm what the settings are set to on the Cookie Widget. The reason being is because it sounds like the days in which the cookie shows need to be reset: https://jetpack.com/support/extra-sidebar-widgets/cookies-consent-banner/
Forum: Themes and Templates
In reply to: [Rebalance] Questions to modify ThemeHello there,
To check, are you referring to a page like this here: https://padmavatigopalan.com/project-type/portfolio/
Many thanks in advance!
Forum: Themes and Templates
In reply to: [Lodestar] Footer full widthHello Noeen,
On menu bar in header, when I open any page, the menu item is bold with no background which is perfect but when I move my mouse (like hover over without clicking), it shows a grey box.
The CSS you would need for that is:
.main-navigation ul li.current-menu-item>a:hover { background-color: #333; }