|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #1072 goes here |
Everything about design #1072 goes here |
laserist, go to cp - design - design management (templates) - Top part of the website - Search for:
Code <span class="logo-brk">[</span> and Code <span class="logo-brk">]</span> remove the [ - Renamed thread - To busy building a passive income online ;)
Post edited by Animorph - Saturday, 2014-02-01, 8:16 PM
|
laserist, I'm on my mobile phone so i will try to answer you correctly.
Go to --> CP --> Design --> Design Customization (css) ---> Search: Code .logo-name:first-letter { color: #000; } change #000 to #fff or jist delete the whole code. To busy building a passive income online ;)
|
Thanks!
One last question: how do you add shadow to text? Right now text on buttons by default is white and when selected it is black, which means it only looks good if the background (banner) image is not too bright or too dark. Post edited by laserist - Sunday, 2014-02-02, 11:08 AM
|
laserist, Go to CP--> Design ---> Design Customization (css) ---> Find:
Code .logo-name { padding: 0 20px; color: #fff; display: inline-block; } Replace it with this: Code .logo-name { padding: 0 20px; color: #fff;text-shadow: black 0.1em 0.1em 0.2em; display: inline-block; } To busy building a passive income online ;)
|
| |||
| |||