Tagged: enfold footer
-
AuthorPosts
-
April 10, 2018 at 8:38 pm #940006
Hi there,
Through all my website I mostly only have three colors as part of my graphic design.
These are white, black and a specific colour: #32133.
On most pages I am able to change element colours into this red colour.
However when I try to change the footer (background) colour into this #-code it automatically changes into #32134 instead into #32133.I am not so very handy in writing my own CSS code to this, can you help me in that?
Besides to this, sometimes in the Webstyling menu it is unclear to me, what is mentioned under e.q. Alternate content.
Do you have some more information on that as well.
Thank you in advance.
Kind regards,
Erwin
April 10, 2018 at 9:42 pm #940026Hey Erwin,
Hex must have 6 digits. Try adding this to quick css:
#footer.container_wrap.footer_color{
background-color:#32133!important;
}Best regards,
Jordan ShannonApril 10, 2018 at 9:49 pm #940029Hi Jordan,
Yes this worked perfectly. Indeed I forgot the ‘e’ in the hexcode
But now still have the same problem with the main colour and other colour adaptions I want to do within website styling options, since within those colour selection options it does not accept #e32133……It then automatically hops into #e32133 (also when I try to insert the RGB code.
How can this be fixed?
April 10, 2018 at 9:58 pm #940032Hi,
So it works via css but not in the editor?
Best regards,
Jordan ShannonApril 10, 2018 at 10:02 pm #940036Hi Jordan,
Within the theme-options it does not work. When I am changing colours within the several elements of the Avia-builder I do not face any problems.
Kind regards,
Erwin
April 12, 2018 at 1:17 am #940720Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisApril 16, 2018 at 4:19 pm #942636This reply has been marked as private.April 18, 2018 at 6:46 am #943432Hi,
It does skip #e32133 and adjust the color to #e32134. The difference between these two colors are barely noticeable though.
// http://www.colortools.net/color_compare_colors.html
You can use the Quick CSS field to alter the default style of the main color presets if you want to use the exact value.
Related thread: https://kriesi.at/support/topic/renitent-color-picker/#post-554831
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.