WebSite X5Help Center

 
Andrea R.
Andrea R.
User

Chage of BLOG design  en

Author: Andrea R.
Visited 848, Followers 1, Shared 0  

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

Posted on the
2 ANSWERS
Andrea R.
Andrea R.
User
Author

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?

Read more
Posted on the from 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

Read more
Posted on the from Michele C.