Hello
I have a demo set up as I have mentioned previously. I am getting the following error on pick.daterefined.org/testimonials page
-
Notice: Undefined index: EnIconLink in include() (line 12 of /home/.../sites/all/modules/custom/md_ac_avendor/templates/awe-icon-box.tpl.php).
-
Also in the project pages if the background is white as oppose to dark the filter text are such a light grey that me cannot be seen.
-
Please let me know How i can get these issues fixed.
-
Thank you
Hi,
- First, we can not see the error on page pick.daterefined.org/testimonials. Could you check again?
- About filter text, you could change color by change/ Edit CSS code in file md_avendor.css (sites\all\themes\md_avendor\css):
insert the following code to the end of file:
(replace #ffffff with color code you would like)
about the filter. this doesn't happen when background is dark. it happens when background is light???
Because filter text is white by default and it will not be changed when background is changed. So if you use light background, you could not see filter text clearly. The code above will help you change color of text in this case.