Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Victoria,
Thank you very much! It works great!
Best,
AntonHi Yigit,
Thank you very much! Works perfectly!
Best,
AntonHi,
Thank you very much! You can close the topic.
Best,
AntonHi,
I fixed the issue using the margins of the different sections. Thank you for the amazing support!
Best,
AntonOctober 30, 2017 at 2:15 pm in reply to: Image hover effect only when the image is linked to an URL #870465Hi Mike,
This works fine. However, when using this code, it only selects the images with the links. If I use the following code:
.avia-image-container-inner {
box-shadow: 0px 0px 20px #D9DCDE;
}
.avia-image-container-inner a:hover {
box-shadow: 0px 0px 10px #CACDCE;
}
when I go with the mouse over the image, the shadow gets bigger and not smaller. Is there a way to use a code which is only for the images without links? The end goal is to have shadows on all the images and hove effect only on the ones with links. I guess the code will be something like that (but the first part should select only the images without links):
.avia-image-container-inner {
box-shadow: 0px 0px 20px #D9DCDE;
}
.avia-image-container-inner a {
box-shadow: 0px 0px 20px #D9DCDE;
}
.avia-image-container-inner a:hover {
box-shadow: 0px 0px 10px #CACDCE;
}Thank you in advance!
Best,
AntonHi Mike,
Thank you very much!
Best,
AntonOctober 30, 2017 at 1:57 pm in reply to: Border with shadow appearing (on header) when scrolling down #870450Hi Basilis,
Thank you very much for the reply! You can close the topic.
Best,
AntonThis reply has been marked as private.October 30, 2017 at 1:55 pm in reply to: How can I make the shopping cart appear after an item is added? #870447Hi Ismael,
Login Details at Private area
Thank you in advance!
Best,
Anton- This reply was modified 7 years ago by Basilis.
Hi Rikard,
This was the problem. Thank you for your help!
Best,
AntonHi Rikard,
In order to log in, you have to
Thank you in advance!
Best,
Anton- This reply was modified 7 years ago by tonydobrevski.
Hi Rikard,
In order to log in, you should
Thank you in advance!
Best,
Anton- This reply was modified 7 years ago by Mike. Reason: moved password to Private Content area
October 25, 2017 at 11:24 pm in reply to: Border with shadow appearing (on header) when scrolling down #869012Hi Victoria,
Thank you for the reply. This is the menu that I referred to. However I want to have the default menu, but after scrolling down I would like to add the drop shadow (to the default menu).
Best,
AntonOctober 25, 2017 at 11:22 pm in reply to: How can I make the shopping cart appear after an item is added? #869010Hi Ismael,
Sorry for the late reply. I tried using this CSS but unfortunately it does not work (nothing changes).
Best,
AntonHi,
Thank you for all the support. You can close the topic.
Best,
AntonHi,
Thank you, you can close the topic. And for the ones interested in the topic, this is another CSS that I added to change the font color after scrolling down:
#top #wrap_all .av_header_transparency ul:first-child > li > a {
color: #ffffff;
}Best,
Anton- This reply was modified 7 years, 1 month ago by tonydobrevski.
October 25, 2017 at 2:12 pm in reply to: Quick CSS for header font size and weight doesn't apply to all pages #868730Hi Rikard,
I found what the problem was. There was a CSS code interfering with this one.
Best,
AntonHi Ismael,
I used the code in this form:
.page-id-287 #fullscreen_slider_0.avia-builder-el-0 {
height: 480px !important;
max-height: 480px !important;
overflow: hidden;
}And it works perfectly. Thank you very much!
Best,
AntonHi Mike,
Thank you, works perfectly!
Best,
AntonHi Victoria,
The same issue occurs when using this code. Is there something else that I could try?
Thank you in advance!Best,
AntonHi Ismael,
Then you will be able to see the About page.
Thank you in advance!
Best,
Anton- This reply was modified 7 years, 1 month ago by Victoria.
Hi Rikard,
I found an alternative. It is not exactly what I was looking for but happy with the result:
#header_main:hover { background: rgba(255,255,255,1); }Best,
AntonThis reply has been marked as private.*edited to hide private content
Thank you in advance!- This reply was modified 7 years, 1 month ago by tonydobrevski.
Hi Mike,
Thank you a lot! It worked using the following code
.page-id-287 #fullscreen_slider_0.avia-builder-el-0 {
height: 480px !important;
}However now when I open the page and thew fullscreen slider still has the original height (when loading the page) and after I scroll down the height changes to the custom height. How can I fix this?
Thank you in advance!
Best,
AntonThis reply has been marked as private.September 27, 2017 at 12:25 am in reply to: How can I make the shopping cart appear after an item is added? #857197This reply has been marked as private.September 19, 2017 at 12:40 am in reply to: How can I make the shopping cart appear after an item is added? #853615Dear Basilis,
Thank you very much!
Best,
AntonDear Sarah,
It looks like it was the CSS code. After removing the CSS, I changed the color following the steps from your first reply (‘Enfold > General Styling’).
Thank you very much for the help!Best,
Anton -
AuthorPosts