• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #1072 goes here
Everything about design #1072 goes here
laserist
Posts: 62
Reputation: 0

Message # 1 | 7:43 PM
http://avaritia.do.am/

As you can see the name of the site is between a "[" and "]". How can I remove those?
Also, first letter of the name is black. How to make it white like the rest?
Post edited by laserist - Sunday, 2014-02-02, 11:09 AM
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 8:15 PM
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
Posts: 62
Reputation: 0

Message # 3 | 8:24 PM
Thanks! What about the first letter of the title text being black?
Animorph
Posts: 2856
Reputation: 189

Message # 4 | 7:22 AM
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.

cool

To busy building a passive income online ;)
laserist
Posts: 62
Reputation: 0

Message # 5 | 11:07 AM
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
Animorph
Posts: 2856
Reputation: 189

Message # 6 | 12:51 PM
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 ;)
Peaceful
Posts: 3
Reputation: 0

Message # 7 | 1:49 PM
How can i find the design customization in my site peacefuldan.ucoz.com
Sunny
Posts: 9296
Reputation: 456

Message # 8 | 3:41 PM
Peaceful, log in to the website Control Panel at peacefuldan.ucoz.com/admin, and you will see the link on the main page:


I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Design Customization » Everything about design #1072 goes here
  • Page 1 of 1
  • 1
Search: