Alfa7 Posted April 6, 2013 Share Posted April 6, 2013 How to build a block like this 1 Link to comment Share on other sites More sharing options...
jhnstcks Posted April 6, 2013 Share Posted April 6, 2013 For the rounded corners you need to alter the css for that specific block and add the relevant code. Try this site -> http://border-radius.com/ just change the numbers in the corners to get the required rounding, then copy and paste the code in the middle to your css file. Link to comment Share on other sites More sharing options...
Alfa7 Posted April 6, 2013 Author Share Posted April 6, 2013 Thanks. But I need more help. I am new at css and prestashop. 1 Link to comment Share on other sites More sharing options...
vekia Posted April 6, 2013 Share Posted April 6, 2013 css styles are located in themes/your_theme/global.css file you can specify there styles for: .title_block {} where you need to paste styles that you generated in site mentioned by @jhnstcks 1 Link to comment Share on other sites More sharing options...
espinhotel Posted April 8, 2013 Share Posted April 8, 2013 #footer .block { margin-bottom:0 } .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background:#383838; text-align:left; font-weight: bold; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius:5px; } i've done this modification in global.css but only de first line appears with rounded corners, but i also like the laste line to have it, can you help me ? Link to comment Share on other sites More sharing options...
vekia Posted April 9, 2013 Share Posted April 9, 2013 how code for your blocks look like? Can you paste the code of example block from your website? Link to comment Share on other sites More sharing options...
espinhotel Posted April 9, 2013 Share Posted April 9, 2013 I sent in attachement my global.css global.css Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now