WebSite X5Help Center

 
Andrea R.
Andrea R.
User

Chage of BLOG design  en

Autor: Andrea R.
Visitado 860, Seguidores 1, Compartilhado 0  

Is there any chance to change to BLOG design? (Text page width, headline color, no. of lines viewed etc)?

Publicado em
2 RESPOSTAS
Andrea R.
Andrea R.
User
Autor

well, I find the way to costumize the width of the article, but still would be nice to know if the article headline would be possible to change the color?

Ler mais
Publicado em de Andrea R.
Incomedia
Michele C.
Incomedia

Hello Anrea,

you can do it by manually customize the css code of your site, there's no possibility to add css custom code only for the blog page but you can add the css for all the pages of your websites in a way that it affects only the blog elements.

For adding css to all the pages  you can go to step 1 -> expert tab -> insert the CSS in the HEAD section.

For example you can add this code in order to have the title of the blog red: 

<style type="text/css">

div#imBlogContent h2 {color:#ff0000}

</style>

You need to have some programming skills to customize the elements as you wish in this way, hope this helps

Ler mais
Publicado em de Michele C.