OSLO Theme / Add Text Via CSS
-
Hello. Regarding the Oslo theme….
With CSS, how would I go about adding the text ‘menu’ next to (to the right of) the Menu Icon?
Many thanks…. – Jeff
The blog I need help with is: (visible only to logged in users)
-
Hi there, to add the word “Menu” after the Menu Icon in Oslo, add the following CSS.
#widgets-open:after { content: "Menu"; position: absolute; left: 40px; top: 5px; } #widgets-open { width: 85px; } -
-
- The topic ‘OSLO Theme / Add Text Via CSS’ is closed to new replies.