The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS more detailed info

2 posters

Go down

In progress CSS more detailed info

Post by azwiz December 17th 2014, 4:35 am

This is very interesting . However I do not understand what it is telling me : example ; choose from any of these toolbars . How do I know what they are ? also is the forum part above toolbars just an example ? 
Personalize the entire toolbar with CSS
azwiz
azwiz
Forumember

Male Posts : 834
Reputation : 9
Language : english
Location : Apache Junction , Arizona USA

https://www.valleyofthesuncc.com/

Back to top Go down

In progress Re: CSS more detailed info

Post by Ange Tuteur December 17th 2014, 7:24 am

Hello @azwiz,

The image above each code is a preview of the result. You can add the codes into your Administration Panel by going to Display > Colors > CSS stylesheet

For example, adding this code to your stylesheet :
Code:
div#fa_toolbar {
  background-color: #24384c;  /* Background color */
  border-radius: 0 0 50px 50px;  /* Rounds borders of the toolbar */
  box-shadow: 0 0 5px #000000;  /* Displays a shadow */
  margin: auto;  /* Center the toolbar */
  width: 98%;  /* Width of the toolbar */
}
 
div#fa_toolbar div, div#fa_toolbar span {
  margin: 0 15px;  /* Reposition the toolbar contents */
}

Should result in your toolbar looking like this :
CSS more detailed info Captur44
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum