I think that the Home icon (bottom left corner) is less visible to visitors, i would like to change this to another icon. how should i do it?
also
'hide sidebar & content' is too small, i'd like to change the words into 'Hide' and make it bold red.
How should i do it?
Thanks a lot!
How do I change the Home icon and 'hide sidebar & content'?
2 posts from 2 voices-
Posted 7 months ago #
-
Hi hanlinsg,
You can find the home icon inside wp-content/themes/flashlight/images/skin-minimal/icons-rounded-home.png, just replace the name of this icon to icons-rounded-home-original.png and upload your custom icon in the same folder and you should name it to: icons-rounded-home.png (and the image dimension should be 26x26px).
For changing the text "hide sidebar & content", kindly open wp-content/themes/flashlight/includes/helper-slideshow.php and find this line of code:
$data .= " data-hide='".__('hide sidebar & content','avia_framework')."'";
and replace it with:
$data .= " data-hide='".__('Hide','avia_framework')."'";
Also open: wp-content/themes/flashlight/lang/default.po and find this line of code:
msgid "hide sidebar & content"
and replace it with:
msgid "Hide"Lastly, kindly add this code in your Quick CSS(inside the WP Dashboard, Theme Options > Styling) or custom.css(inside wp-content/themes/flashlight/css/custom.css):
.hide_content.no_scroll { color: red !important; font-weight: bold; font-size: 12px; }Just adjust the color and font-size value. Hope this helps. :)
Regards,
IsmaelPosted 7 months ago #
Reply
You must log in to post.














