How to override rtl.css from customize css menu?
-
Hi.
I use Espresso for mac to easily test what to edit in CSS.
The CSS change to a font was in the rtl.css file.. What do i have to put the the box to override it?
its like this:
}li > ul,
li > ol{
font: 15px Tahoma;
text-shadow: 0 0 1px;
display: inline-table;
letter-spacing: 0;
}Can i override it? or the edits only applies to the original css file?
The blog I need help with is: (visible only to logged in users)
-
Instead of using a separate editor such as Expresso, I would recommend testing changes using built in browser tools if possible. That seems to work best for testing small adjustments before applying them to a WordPress.com blog using the Appearance > Customize > CSS editor.
Here is an example from another website showing how Firefox’s built in browser tools can be used to test CSS changes:
https://cloudup.com/cyckBaR6lGq (1m50s)And this is a related support page:
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/Regarding the example you provided, I can’t tell what you are trying to change at http://jk.sa/ based on the example alone. If you need help with the CSS, can you explain in a little more detail exactly what you are trying to override?
- The topic ‘How to override rtl.css from customize css menu?’ is closed to new replies.