tigra111 Posted July 3, 2011 Share Posted July 3, 2011 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 More sharing options...
Lindsayanng Posted July 3, 2011 Share Posted July 3, 2011 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 More sharing options...
tigra111 Posted July 4, 2011 Author Share Posted July 4, 2011 Thanks for your response. I am using the new updated theme 1.3.1 The global.css file does not havethe 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 More sharing options...
Lindsayanng Posted July 4, 2011 Share Posted July 4, 2011 Then i would think you gave someone your hard earned money that they should support it.. no??? HOWEVER.. you are incorrect. Those styles DO exist if your shop looks anything liekt his: http://themes.dapurpixel.com/rumahbatik/ Link to comment Share on other sites More sharing options...
tigra111 Posted July 5, 2011 Author Share Posted July 5, 2011 I agree that the styles exist but in which file are they located? I would have assumed it were the global.css. If I can find the answer I will post back the answer here, many thanks Link to comment Share on other sites More sharing options...
Lindsayanng Posted July 5, 2011 Share Posted July 5, 2011 It is in global.css Link to comment Share on other sites More sharing options...
tigra111 Posted July 12, 2011 Author Share Posted July 12, 2011 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 More sharing options...
Lindsayanng Posted July 12, 2011 Share Posted July 12, 2011 well that would explain it.. they should update their demo OR next time post a link to your store Link to comment Share on other sites More sharing options...
Recommended Posts