the link you gave has category class “category-26”, so therefore to add custom styling to this specific page you just have to define class .category-26 before any of your custom style, example of adding custom css to specific your category page :
.category-26 article {
background: #9999;
}
You can find specific category key with inspect element in <body> tag , in your case it was : <body class="rtl archive category category-cinema category-26 theme-aryan woocommerce-js elementor-default expansion-alids-init">
Related Posts:
- How can I use WordPress functions in my stylesheet?
- How can I make content disappear when a user logs in?
- Add CSS animation as Preloader to WordPress
- CSS from textarea in options page to frontend what to do
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Delete mobile menu button [closed]
- Ability to automatically redirect a URL
- Redirect to another page using contact form 7? [closed]
- get specific value of a array | PHP
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Add logo to admin menu in my plugin
- uncaught TypeError: Cannot read properties of null (reading ‘classList’) custom plugin
- Custom Plugin scripts from admin working in frontend
- Strange admin-ajax / CSS / $_SESSION issue
- make p tag collapsed after 3 rows
- Speeding up WordPress on a Local Network
- Caching of combined CSS and JS fails because of losing MIME types through combining by PHP
- How to remove a css class for any wordpress page
- Creating wordpress admin page panel [Theme Option]
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- Option value not getting updated until page refresh in WordPress
- How to create a “Most Popular” & “Latest” TAB in WordPress
- Uncaught Error: Call to undefined function wp_generate_attachment_metadata() @ wp-cron
- How can I prevent a plugin from updating unless it’s minimum PHP version is met?
- Using require_once in a Plugin?
- Stackoverflow type of badge plugin giving warnings in WordPress 3.5
- Plugin.php: PHP Notice: Undefined offset: 0 in
- wp_enqueue_style in Plugin [duplicate]
- Make the css of the widget overwrite theme css
- Add multiple attributes to product from php
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- How to initialize something in unit test before the init hook being called?
- Add category to body class
- Plugin Development sqlite or WordPress’ database
- How to review WordPress website php version compatibility?
- How to add page using HTML, CSS and JS?
- WooCommerce get_price returning wrong price when used via ajax
- Open Post Thumbnail in New Child Theme File in WordPress
- woocommerce 3.2.1 not sending order notification emails
- WordPress on AWS with ELB
- How to access data in wordpress database externally using php
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- WpDataTables – View Image Directory
- Server configuration for WordPress – Do I need install PHP-SSH extensions for WordPress on Fedora28?
- Using color picker in plugin, does input attribute order matter?
- How to Create a shortcode to this php function
- My single.php page does not show the related data to the post which is clicked
- Creating a CSV with PHP inside the plugin directory
- pagination on data fetched using SQL query
- How to check if a taxonomy not exists in a plugin
- How passing values to construct function with Actions?
- Access a particular field in an array
- How to add CSS via custom plugin?
- Plugin Theme CSS [closed]
- wordpress add_action() issue in ajax call
- Using ‘mysqli_connect’ ‘crashes’ WordPress client-side
- JQuery prepend a function
- I am trying to make a field show and save from quickedit screen
- Send email with list of active plugins upon activation/deactivation
- Is wp_deregister_script the best way to deal with unneeded plugins in a page?
- eaccelerator PHP error
- Looking for a good way to include php code in posts, but using special include markup rather than direct php code
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- How to create admin setting for this small plugin
- Allowed memory size of 134217728 … wp-includes/wp-db.php on line 1989
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Post source link plugin – small modification
- Remove a div class with condition
- How to use WordPress header function and footer function and not load word press database
- SASS not showing in customized preloader plugin
- Hooking into the HTML header container
- PHP Error message Upload images to remote server
- No route was found matching the URL and request method
- Block plugin update possibilities (but not by hiding notifications)
- WP_get_image_editor resizing images in a foreach loop
- CMB2 Output Select Box Chosen Option
- Flexslider empty slide
- Conditional Fields depending on checkboxes
- Soflyy WP All Import Custom File Download Issue
- WordPress Admin sub-level menu issue
- Add class as plugin for other plugins
- Displaying friend’s posts only
- Template from scratch: Sidebars not showing widget
- Contact Form 7: custom validation [closed]
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- White Screen When Includding A Folder With PHP Files
- What can I do to customize a widget provided with this plugin? from where have I to start?
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- Content expands beyond its column container [closed]
- Shortcode inside a redirect [closed]
- Attachement title in wpallimport
- Block registration with viewScript
- How to get URL param for pagination in shortcode?
- Make plugin admin page visible to other roles
- How to add an active state class to my info box
- How Create LastMod and Update Date Only on Taxonomy Category and Tags
- Accessing Correct Database to Create REST API Endpoint
- How do I replace a logo image that’s hard-coded into a plugin’s logo.php file?