Hello,
I removed the search icon from header-sleek.php as we don't want it in the header however on safari and firefox it has made the log in button L..
Here is the code I changed;
before
i have pasted this code in your custom css.
ul.topmenu a.smallimg.vbplogin {font-size: 10px !important; display: inline-block !important;margin-top: 5px;}
Changes made: http://prntscr.com/l9u8fk
please check this and keep me informed thanks.
Hi,
yes it is possible to change. please find wp-admin > wplms > footer > google analytics code > paste.
<script>
jQuery(document).ready(function($){
$("a.smallimg.vbplogin").text("My Menu");
});
</script>
Make sure to paste the code within the script tag
@alexanderlyons
Can you please provide me with access to add the script o your site because I am unable to add the script on your site in Footer > Google Analytics Code