Rebecca Moerkerken
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the social Media IconsSorry another update!!
I have managed to fix it all. I added another icon to the company details section instead. However the code links to the information I enter to the Customiser section. Which parts of the following code do I replace to make it show an icon from my media library and which part for the text/link?/* COMPANY PHONE NUMBER */
if( !empty($zerif_phone) ):
echo ‘<div class=”‘.$footer_class.’ company-details”>’;
echo ‘<div class=”icon-top blue-text”>’;
if( !empty($zerif_phone_icon) ) echo ‘<img src=”‘.esc_url(__($zerif_phone_icon,’zerif-lite’)).'”>’;
echo ‘</div>’;
echo $zerif_phone;
echo ‘</div>’;
endif;Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the social Media IconsJust an Update – I have changed the background colour so all good for that.
I just need to change the icons, space them out the same as the business details ones and add the label underneath.
Can anyone help with that? (this is the last think I would like to change that I just cannot figure out.)
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the social Media IconsThanks, I put that code in the Custom CSS plugin and nothing changed.
Id really like to change the icon all together to something coloured like the others
https://www.tallyandtick.com.au is my webpage, you can see the icons I have in the footer. I have icons in my media library for the facebook and linked in as well. I just don’t know how to get them to change.Forum: Themes and Templates
In reply to: [Zerif Lite] Footer CodesThank you! You saved a lot of tears today!
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the Colors of the Main ButtonsThanks!
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the Colors of the Main ButtonsHi,
I also want to change the colours. I am only new to the coding section. I have looked in the coding and cannot see anything in the code that looks like the above. I am editing the code or entering new code?