Browsed by
Category: CSS

Using a Wildcard Selector (*) in CSS and Excluding Some Tags

Using a Wildcard Selector (*) in CSS and Excluding Some Tags

You might run into the situation where a plug-in, theme or your own design requires you to have a wild card selector in your CSS to set all of your elements to a certain format. So you might see something like this: * { /* Some CSS in here */} But there might be a certain tag that you need to exclude because your wild card has had unexpected interactions with the rest of your design. A quick and dirty…

Read More Read More