I don’t know which CSS styles/classes can be used.
You can’t know this, not without knowing which plugins and themes there are installed. Prefix your classes so they’re unique and it becomes a non-issue.
And if I use my custom CSS styles that may look awkward with the current theme.
Someone somewhere can write a theme that will look awkward. This isn’t a WordPress problem but one of CSS specificity.
Related Posts:
- Get page content using slug
- What do you think about custom designed plugin/theme options UIs?
- Change the_title() of a page dynamically
- How to edit the properties of a page programmatically?
- Plugin Architecture/Design Pattern – is better to use a private Observer/Mediator Pattern for plugin subclasses or WP add_action?
- Pages 404 in wordpress
- Current class on admin menu using add_submenu_page()
- How to create a dynamic page based on form data with a plugin?
- Use an empty page to build custom plugin output
- Is it possible for a plugin to register a page template file?
- Dropdown list of pages to get page id to store in plugin options
- Calling a function from functions.php in custom page/ blog post
- How do I approach removing menu items on the fly based on settings in my plugin?
- Set a specific page as 404 – not found via my own plugin
- Make custom post type display as a page
- Front-End Interfaces Without Shortcodes
- Create a Page via plugin
- Creating a Link Text like Submit Button in Admin Page
- Applying OO patterns and principles to plugin development
- Secure Pages Best Practice
- Edit Images From the Front End without Access to WP Admin
- Plugin generated virtual pages
- Add Password Generator on password protected page
- ECHO Executing 4 Times In Head
- WordPress pages are not published due to External database connection with WPDB class
- Create page (not the post type) dynamically
- Multiple array for post_content on plugin activation
- How to list all images used on a specific page?
- Create fixed static pages
- Set page to draft on plugin deactivation
- Displaying custom content from a plugin within the active theme
- How to create archive page to add in menu
- Load specific page when a custom URL is hit
- Need Help to make a logic for editing posts in Frontend
- Custom non-template page on front end fails to render
- How do I control the list of Pages an author can see?
- How to add conent (text) to Add New pages form of admin in WordPress
- How to create custom frontend php page via plugin
- auto create only 1 wp page in activate custom plugin
- Ajax functions – no access to wp-admin.php only online
- Create pages for authors
- How do I use (or mimic) document.getElementById() on a page loaded from WordPress database?
- Using a Page Template Not in Theme
- ‘useSate’ error when using React on the frontend in custom block plugin
- Generating Multiple Divi Pages from Database
- Problem with Owl Carousel, infinite loop [closed]
- How to include wp-load.php from any location?
- Correct way to enqueue jquery-ui
- How to echo the_excerpt without the P tag wrapper?
- How can I update a wordpress plugin from a Git repository (github)
- Is There a Plugin Life Cycle Documentation?
- What is an alternative method to the WordPress private _doing_it_wrong() function
- Shortcode adding p and br tags
- Problems with localization
- Install and load additional plugins when running unit tests
- Having Problem On Getting WP Post Gallery Images URL
- How do I hook a custom discount to change a WC_Order price total on WooCommerce?
- Properly licensing a plugin that uses Apache 2.0 licensed code
- Can I dynamically create a link to my plugin settings/options page from my plugin description?
- How to load the plugin only when logged in?
- Cannot search post by taxonomy
- Hook into theme-switching later than `setup_theme`
- Will current_theme_supports return TRUE with a nonstandard add_theme_support?
- WP AJAX is not working, always returns 0
- Act on user meta updated, but only once
- get_pages Drop down list for selection of a page
- Admin auto-refresh is interfering with Firebug — how to prevent it?
- How do I add custom column to woocommerce cart?
- WordPress mode for emacs?
- Widget translation on my plugin
- Upload to a remote server using wp_remote_post
- Make WordPress cache permanent for some pages until edited
- Getting timestamp of activation plugin time
- The plugin does not save data
- How do I create plugin or theme using MVC pattern?
- Access bloginfo, get_option, and plugins_url from a non-core php file
- How to get a list of child ids for a named category?
- Plugin could not be activated because it triggered a fatal error, unexpected ‘[‘
- How to make the first commit on WordPress.org
- How best to handle database version dependence (from $wp_db_version)
- Custom filter not working
- I need to refresh page to display wp_get_current_user() : why?
- What is the way to hook all wordpress email
- Best way to distribute templates and code accross multiple wordpress sites?
- Adding Dynamic Stylesheet
- Metabox is not displaying
- WP_Query not ordering correctly
- User meta query using Wildcard
- wp_ajax add_action fuction won’t fire on custom jQuery action
- wordpress4.8.2 Multilingual Plugin
- Dedicated server and WPDB Class : huge slow-down of the website
- Create dedicated page with custom template showing custom data
- How can I see a varibles value when my plugin runs?
- Add Button to TinyMCE Custom Menu
- WordPress plugin: admin-ajax.php not passing data to custom function
- How do I create Widget within plugin that uses its own class?
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- How can I dynamically change title and description in WordPress?
- Programmatically creating posts based on external JSON feed (asynchronously)