Hi,
Are you sure you are targeting the right element? I can’t see any ID’s called “title” in the WordPress admin area. Make sure you are targeting an element that exists. The admin CSS functionality we provide most definitely works. Thanks,
Thread Starter
nd62
(@nd62)
`Hi
i am referring to the “add title” field in “add post” & “add page”
here the wp class:
<input type=”text” name=”post_title” size=”30″ value=”” id=”title” spellcheck=”true” autocomplete=”off”>
thanks
-
This reply was modified 6 years, 8 months ago by
nd62.
-
This reply was modified 6 years, 8 months ago by
nd62.
I can’t repeat this. The following code works fine:
#title {
direction: rtl !important;
}
make sure the CSS rules are setup appropriately at the bottom of the page. As I said the CSS functionality works fine. Thanks,
Thread Starter
nd62
(@nd62)
Hi
thanks mate, works fine now.
very cool plugin.
-
This reply was modified 6 years, 8 months ago by
nd62.
-
This reply was modified 6 years, 8 months ago by
nd62.
Thread Starter
nd62
(@nd62)
Hi
if u use this code:
#titlewrap{
direction: rtl!important;}
it will turn the title rtl + the label “Add title” inside it would be on the right as well.
but if i use:
#title {
direction: rtl !important;
}
the label “Add title” will remain in the left
thanks