oman Well-known member Oct 20, 2012 #1 Is there a guide/add on in which the above can be achieved? Thanks
Jake Bunce Well-known member Oct 20, 2012 #2 When adding/editing a prefix you can specify a CSS class name: Then you can define the class in your EXTRA.css to create any custom styling you want: Admin CP -> Appearance -> Templates -> EXTRA.css Upvote 0 Downvote
When adding/editing a prefix you can specify a CSS class name: Then you can define the class in your EXTRA.css to create any custom styling you want: Admin CP -> Appearance -> Templates -> EXTRA.css
oman Well-known member Oct 20, 2012 #3 Jake Bunce said: When adding/editing a prefix you can specify a CSS class name: View attachment 35949 Then you can define the class in your EXTRA.css to create any custom styling you want: Admin CP -> Appearance -> Templates -> EXTRA.css Click to expand... Sorry, I don't understand what a CSS class is. How can they be created within extra.css? Upvote 0 Downvote
Jake Bunce said: When adding/editing a prefix you can specify a CSS class name: View attachment 35949 Then you can define the class in your EXTRA.css to create any custom styling you want: Admin CP -> Appearance -> Templates -> EXTRA.css Click to expand... Sorry, I don't understand what a CSS class is. How can they be created within extra.css?
Jake Bunce Well-known member Oct 20, 2012 #4 Example CSS using a class name of "classname": Code: .classname { background: url('path/to/background.gif'); } Upvote 0 Downvote
Example CSS using a class name of "classname": Code: .classname { background: url('path/to/background.gif'); }
oman Well-known member Oct 20, 2012 #5 Jake Bunce said: Example CSS using a class name of "classname": Code: .classname { background: url('path/to/background.gif'); } Click to expand... Ah, I see. So the background.gif is the image that backs the prefix text. What would be a suggested size? Upvote 0 Downvote
Jake Bunce said: Example CSS using a class name of "classname": Code: .classname { background: url('path/to/background.gif'); } Click to expand... Ah, I see. So the background.gif is the image that backs the prefix text. What would be a suggested size?
oman Well-known member Oct 20, 2012 #6 Harry Fox said: Ah, I see. So the background.gif is the image that backs the prefix text. What would be a suggested size? Click to expand... Actually, that probably depends on the prefix length. Upvote 0 Downvote
Harry Fox said: Ah, I see. So the background.gif is the image that backs the prefix text. What would be a suggested size? Click to expand... Actually, that probably depends on the prefix length.
Jake Bunce Well-known member Oct 20, 2012 #7 Harry Fox said: Actually, that probably depends on the prefix length. Click to expand... Exactly. You will have to play with the CSS attributes to style it like you want. Upvote 0 Downvote
Harry Fox said: Actually, that probably depends on the prefix length. Click to expand... Exactly. You will have to play with the CSS attributes to style it like you want.
oman Well-known member Oct 20, 2012 #8 Jake Bunce said: Exactly. You will have to play with the CSS attributes to style it like you want. Click to expand... I'll probably have a go tomorrow morning. Upvote 0 Downvote
Jake Bunce said: Exactly. You will have to play with the CSS attributes to style it like you want. Click to expand... I'll probably have a go tomorrow morning.