Forum Replies Created
-
AuthorPosts
-
Hey!
Please try the following CSS:
#top .av_header_transparency .header_bg { background-color: #307ECC !important; }
Regards,
RikardMarch 2, 2015 at 11:45 am in reply to: How To Remove Alternating Colors On Table Rows? Tried Several Things. #404376Hi clyftonhayes!
Please try the following instead:
.footer_color tr:nth-child(even){ color:red !important; }
or
.footer_color tr:nth-child(odd){ color:red !important; }
Regards,
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
Hey jh100!
Please try following this post: https://kriesi.at/support/topic/change-kriesi-at-back-link-to-my-own/#post-400479
Make sure to use a child theme so that your changes won’t be overwritten on the next update.
Best regards,
RikardHi!
Looks fine on my end too. What browser are you using, and did you try to empty your cache and restart?
Regards,
RikardMarch 2, 2015 at 7:28 am in reply to: Body Background Colors and Textures Won't Change after using a custom background #404334Hi Mark!
Glad you got it fixed and thanks for sharing your solution.
Best regards,
RikardHi HYN!
Could you please provide a link for the site in question?
Best regards,
RikardHi!
Glad you got it fixed :)
Regards,
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
Hi Jennifer!
Did you verify that the font was actually loading via CSS? Sounds like there was something going wrong there…
Our average respons time is about 12 hours but we are working on improving that as soon as possible.
Cheers!
RikardHi francity!
I think that is up to you to decide, keeping everything on one page would most likely mean less work. For SEO purposes you might gain a small advantage having local top domains though…
Regards,
RikardHey!
What pages do you have the H1 on, because all I can see are H3’s as well?
Regards,
RikardHey!
How do you access the WordPress backend? Going to /wp-admin/ just takes me to /din-profil/ ?
Regards,
RikardHey Rico!
What exactly do you mean by overlap? Could you elaborate a bit more what you want to do with logo please?
Regards,
RikardHey Andrew!
I’m on a faster connection than 1mb but I tried scrolling immediately when I open the links provided but I couldn’t see the issue either. On one page it seemed like it was going to do what you described, but within less then a second it “popped” into place again. Would it be possible for you to do a screencast so that we can see the issue for ourselves? It’s difficult for us to help you if we can’t reproduce the error.
Best regards,
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
Hi!
Could you try and play around with the values until you find something you like, something like this maybe:
@media only screen and (max-width: 767px) { #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row { width: 120%; left: -40px; }}
Regards,
RikardHey Steve!
Could you try and see if it works reversing it?
array( 'center', 'bottom' ) );
Cheers!
RikardMarch 2, 2015 at 4:40 am in reply to: How change .avia_textblock bottom margin ONLY on mobile devices? #404259Hey crewneck!
Try to put your CSS for mobile only inside of the following code:
/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { YOUR CUSTOM CSS GOES HERE }
Best regards,
RikardMarch 2, 2015 at 4:35 am in reply to: Text Widget – Display squares or bullets in unordered list #404257Hey!
Please provide us with a link to the site in question and we’ll take a closer look.
Regards,
RikardHey!
Could you please provide us with a link to the site in question? Also, if possible, a screenshot/simple mock-up or detailed description of what you are trying to achieve would be helpful.
Cheers!
Rikard -
AuthorPosts