-
AuthorPosts
-
October 27, 2018 at 2:30 pm #1027023
Hi all,
first of all thank you very much for this great theme and especially for this really really helpful support forum – it helped me very much to solve nearly all problems I had with my second wordpress project (first enfold project).
But two questions are still left:
1. The height of the icon boxes is not equal although I have set the option equal height for the first column
2. I’d like to change the font color only for the acceptance of the privacy policy below the contact form but I don’t know how to do…Thanks a lot for your support!
Greetings from Germany,
BettinaOctober 27, 2018 at 2:39 pm #1027027Hey Bettina
I will try to help you here.
1. The height of the icon boxes is not equal although I have set the option equal height for the first column
Do you have several columns below each other? Anyway it would help to have a screenshot to see how it looks like.2. I’d like to change the font color only for the acceptance of the privacy policy below the contact form but I don’t know how to do…
Let’s assume your privacy policy text is like this: Ich habe die Datenschutzerklärung gelesen und erkläre mich damit einverstanden.
Then your code should be something like this and you should add a CSS class to it:
HTML
<p class="font-color-datenschutz">Ich habe die Datenschutzerklärung gelesen und erkläre mich damit einverstanden.</p>
Quick CSS.font-color-datenschutz { color: #ff0000; }
Of course you can name the class for the p tag however you want – this is just a sample, but it should work like that.
Best regards from a Swiss guy
MichaelOctober 30, 2018 at 2:01 pm #1028017Hi talltini,
1. The columns have similar height, if you add a background color to it, you should see it better, however the iconlist inside it aren’t guaranteed to have similar height.
You can add class to the columns or the iconlist then set a min-height to it through Quick CSS and it should adjust the height. If you need help with the css code for it just let us know, just make sure to have a Custom Css Class to it so the code will apply specifically to these elements.2. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av_contact_privacy_check label.input_checkbox_label { color: white; background-color: rgba(0,0,0,0.5); padding: 0 25px 10px; }
Hope this helps.
@michaelH: thanks for helping out :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.