All Questions
2,816 questions
0 votes
1 answer
17 views
How can I change the background color of the built-in navigation modal of WordPress Full Site Editing
I'm using twnentytwentyfive with FSE and I want the modal that comes up on mobile when you click the hamburger icon to have a different background color from the rest of the site (in my case site is ...
0 votes
0 answers
12 views
How to style Forminator's TinyMCE textarea field?
The editor's body has .mce-content-body class and is within an <iframe>. Custom CSS option doesn't work as that's not injected into the <iframe>. I don't see any other way that exists to ...
0 votes
1 answer
35 views
Tribe styles won't unregister
This just flat out isn't working for The Events Calendar and it should. (Works with all other plugins once the style handles have been figured out). add_filter( 'wp_enqueue_scripts', function() { ...
0 votes
1 answer
46 views
How to create single-portfolio.php that applies only to specific category
I need to be able to target some recurring text on a cpt (Portfolio) post in a specific category so I can hide it via css. I have over a hundred of these posts in the "sold" category and don’...
0 votes
1 answer
82 views
Help with creating a menu with multiple columns
I'm creating a custom menu in WordPress that will have multiple columns. I have it working for the most part. There are 2 issues I am having. First, when I hover over the menu item to display the drop ...
1 vote
1 answer
97 views
CSS Selector to override default theme.json custom properties in theme stylesheet
I need to specify some more finicky media query driven styles to override theme.json's default custom properties. Abbreviated example below. This example works, however I don't like that I have to use ...
0 votes
0 answers
33 views
New to Wordpress, CSS, JS, etc. Having trouble adding custom JS - works in console with desired results but not on live site
I apologize for my ignorance, I'm still learning. Trying really hard to understand this all and make it work. I have a page with an image in a container and I want it to expand when the user clicks on ...
0 votes
1 answer
150 views
Custom CSS Has Disappeared
I've been using a block theme for some time but recently (not sure when), all the additional CSS I had stored disappeared. I'm not sure how to retrieve that data and I'm hoping someone here can point ...
0 votes
0 answers
48 views
How to edit the CSS for a Value class in Woocommerce
On the product pages of my website I can't style the drop-down for product attributes. The label and the value are there, but I changed the background of my website to black, so now the dropdown box ...
0 votes
0 answers
47 views
How to remove all CSS hierarchy inserted by the single post of a custom post type - Wordpress
I would like to add some custom codes at the bottom of the single post of Wordpress. However, any codes added to the bottom of php Single post template is inside a hierarchy of CSS inserted by the ...
0 votes
1 answer
96 views
Hide or Show Read More Button by Content Area
I'm trying to hide the read more button somehow based on character count, the button should only appear on long posts. But since I also control the button with css, maybe I need to hide it based on ...
0 votes
1 answer
55 views
grid overlapping problem
I wanted to see if this layout ( https://gridbyexample.com/examples/example22/ ) in wordpress gutenberg because I need this "trick" in a layout where I work on. But to my surprise I see ...
0 votes
1 answer
43 views
How to give a NavWalker its own stylesheet?
I'm learning Wordpress, but I have a background in vanilla web dev. Anyways I have learnt how to create a custom HTML structure for a menu. And that's by using the navWalker class (making a custom ...
0 votes
2 answers
78 views
How to define the HTML structure when registering a menu in Wordpress?
I'm new to Wordpress. I understand that if you want to create a menu object, you have to go into your theme folder, and then into the functions.php file. And then in that functions.php file, you have ...
0 votes
1 answer
54 views
Wordpress: one page's content is not centered, other pages all look the same [closed]
Here's the link to my website: aapilcfnetwork.org. I am using the Shoreditch theme. I can't seem to format the about page (aapilcfnetwork.org/about-page/) so that it is centered like the other ...