lateral Posted September 13, 2014 Share Posted September 13, 2014 Hi guys I am using the "Link Block" module to put some links on the right hand column called "Handy Links". It all works fine but the text "Handy Links" looks different to my other column heading....can I somehow change this? I have attached a screen shot of what I am talking about. Thanks Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 You can change this in css file but it's hard to say which one without seeing your site Link to comment Share on other sites More sharing options...
lateral Posted September 13, 2014 Author Share Posted September 13, 2014 Hi Dionz Here's the link www.greghanley.com.au/prestanew/ Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 .block .title_block, .block h4 { background: rgba(0, 0, 0, 0); border-bottom: 1px solid #c6c6c6; color: black; font: 700 23px/24px "Roboto",sans-serif; margin: 0 0 30px; padding: 14px 10px 13px 0; text-transform: uppercase; } Find this code and change background to #ffa800 and color to white Link to comment Share on other sites More sharing options...
lateral Posted September 13, 2014 Author Share Posted September 13, 2014 Thanks Dioniz Am I changing the CSS file of the "Link Block" module???? I had a look at the various folders etc and can't seem to see what I need to be changing..... Could you please be more specific? Thanks a lot for your help. Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 Turn off CCC and i'll tell you exact file Link to comment Share on other sites More sharing options...
lateral Posted September 13, 2014 Author Share Posted September 13, 2014 Done Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 It's in yourdomain/prestanew/themes/yourtheme/css/global.css around line 6026 Link to comment Share on other sites More sharing options...
lateral Posted September 13, 2014 Author Share Posted September 13, 2014 Thanks mate. I'll give it a try and let you know how it works out. Thanks again for your help. Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 You are welcome Link to comment Share on other sites More sharing options...
lateral Posted September 14, 2014 Author Share Posted September 14, 2014 (edited) Hi Dioniz I've done the changes and it works! Thanks again. The only issue is that the text "Handy Links" is too far to the left and does not line up with the order heading above it, "Categories"....I tried to just insert a few spaces using the space bar of the keyboard but no go....any ideas Oh, and the font is different... Edited September 14, 2014 by lateral (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted September 14, 2014 Share Posted September 14, 2014 Change: font:500 23px/24px "Roboto",sans-serif; padding:12px 0 15px 18px; Link to comment Share on other sites More sharing options...
lateral Posted September 14, 2014 Author Share Posted September 14, 2014 Thanks mate! Just tried it... Your a star! Any ideas how to make the text bigger and darker in the Search and the Handy Links links to be the same as the Category links so everything looks the same? (I promise, these are the last favors I'll ask ) Link to comment Share on other sites More sharing options...
dioniz Posted September 14, 2014 Share Posted September 14, 2014 Add to your global.css at the end: .block .list-block li a{ font:700 16px/18px "Roboto",sans-serif; color:#000; } If you want to remove arrows delete this from global.css: .block .list-block li a:before { color: #333333; content: ""; display: inline; font-family: "FontAwesome"; padding-right: 8px; } Link to comment Share on other sites More sharing options...
lateral Posted September 14, 2014 Author Share Posted September 14, 2014 Hi Dioniz, Thanks! I'll try this and let you know. Any suggestion regarding the Search box??? Link to comment Share on other sites More sharing options...
dioniz Posted September 14, 2014 Share Posted September 14, 2014 Add this: font:700 16px/18px "Roboto",sans-serif; color:#000; to #search_block_top #search_query_top in blocksearch.css Link to comment Share on other sites More sharing options...
lateral Posted September 14, 2014 Author Share Posted September 14, 2014 You're a legend! Thanks! Link to comment Share on other sites More sharing options...
dioniz Posted September 14, 2014 Share Posted September 14, 2014 You are welcome Please put SOLVED in topic name if this is solved now. Link to comment Share on other sites More sharing options...
lateral Posted September 15, 2014 Author Share Posted September 15, 2014 Thanks again Dioniz, I also forced the text to UpperCase... 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