Jump to content

Change the Style


Recommended Posts

Change the StyleHi,

I have just installed the new version of Rumah Batik. Does anybody know how to make the text bigger where it says:“Simply Beautiful and elegant” on the home page right of the image of the hat.
Also anyone got any idea how I change the green colour behind the footer on the homepage?

Many thanks!

Link to comment
Share on other sites

To change the "simply beautiful and elegant" text open global.css and find this:

#editorial_block_center h2 {
   color: #D7572A;
   font-family: Georgia,"Times New Roman",Times,serif;
   font-style: italic;
   text-transform: capitalize;
}



and simply add font-size:24px; (or whatever size you want)

The footer color is an image so you will have to remove the image from the CSS and change the color so find this in global.css

#footer {
   background: url("../img/bg_footer.png") repeat-x scroll 0 top #373C27;
   border-top: 1px solid #1B200C;
   clear: both;
   overflow: hidden;
}



and remove the background url and change the color hex (#373C27) to the color you want.

Link to comment
Share on other sites

Thanks for your response. I am using the new updated theme 1.3.1 The global.css file does not have
the line:

#editorial_block_center h2 {
   color: #D7572A;
   font-family: Georgia,"Times New Roman",Times,serif;
   font-style: italic;
   text-transform: capitalize;
}



This updated theme which I have paid for has a different global.css to the free version. Infact it only has 1230 lines of code so "editorial_block" doesnt appear at all! Any ideas?
Many Thanks

Link to comment
Share on other sites

SOLVED!!The new version of Rumah Batik 1.3.1 does not have the editorial styling in the global.css file.
You can find the editorial styling in its own css file: "editorial.css" - located in css/modules/editorial
(this is where you edit the home-page text editor)

Link to comment
Share on other sites

×
×
  • Create New...