-
AuthorPosts
-
November 19, 2014 at 8:07 pm #353931
Hi there! I’m tinkering with the last aspects of my website, hope you can help me!
1) I got feedback that the two buttons in my webshop under each product are really hard to read. Unless you hover over it. Can I turn this hover-effect off? So that the buttons are always easy readable?
2) My shop page, called Work(Shop), isn’t as wide as all the other pages. How do I make those pages the same in width?
3) Also I would like to change the background colour of that page, to the same colour of the rest of the pages (for example Portfolio), but I don’t know how to do that.Thank you for your help!
November 20, 2014 at 12:26 am #354060Hey Eline!
1. Add this to your custom CSS.
.avia-button:hover { opacity: 1 !important; }
2. + 3. Drag over a codeblock element to that page and add this inside.
<style type = "text/css"> .responsive .container { max-width: 100% !important; } .html_stretched #wrap_all { background-color: #e7e5e1 !important; } </style>
Cheers!
ElliottNovember 20, 2014 at 12:52 pm #354248You’re gonna laugh, I know you will! ;) Cause I did it all kinds of wrong… I think….
1) First I accidentally added the code to Quick CSS. Nothing happened, the buttons still only appear when hovering over them. Then I saw my mistake an deleted it from Quick CSS and hunted down (and changed) Custom.css. Still nothing! Did something wrong I guess?
2+3) I found the code block, and added it to the site, but the appearance of the page is still the same, except for this block of text: [avia_codeblock_placeholder uid=”0″] :D Good job by me, right?
Can you tell me what I did wrong, and how to do it better? Thank you Elliot!
- This reply was modified 9 years, 11 months ago by Eline Vedder.
November 20, 2014 at 12:55 pm #354251This reply has been marked as private.November 20, 2014 at 9:08 pm #354436Hey!
I added the code to your Quick CSS option and it’s working.
Not sure what’s going on with the codeblock. In one of your other topics we asked you to completely delete the theme and download + upload a fresh copy. Are you sure you have done that? You seem to be having lots of weird problems and I’m not sure why.
Also try deactivating all plugins while testing.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.