Joyce092130
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wilson] Customized Style.csshi!
need some help on my website. from the admin site, where do i find the style.css and plugins?
thanks
hello!
can you teach me how to do that please, thankshttps://westernguarantycorp.com/
how to i reduce the space between social icons and my navigation menu?
thanks
Forum: Themes and Templates
In reply to: [Sixteen] Remove "recent post" title from the home pageHi!
i tried adding this do my custom css:
.home h1.page-title { display: none; }
and followed this too:
In home.php there’s this line:<h2 id=”page-title”><?php _e(“Recent Posts”, ‘sixteen’) ?></h2>
Change <?php _e(“Recent Posts”, ‘sixteen’) ?> to whatever you’d prefer this to say.
bu recent posts are still on my home page,
pls help.thanks
westernguarantycorp.com
Forum: Plugins
In reply to: [Simple Social Icons] Cannot change icon sizeHi!
i want my social icons on my header bigger, how will i do it?
https://westernguarantycorp.com/ is my website link and below are my codes:<div style=”width:2000px;”>
<?php if ( of_get_option(‘facebook’, true) != “”) { ?>
<a target=”_blank” href=”<?php echo esc_url(“https://www.facebook.com/WesternGuarantyCorporation/app_665181273533861”, true);
?>”
title=”Facebook”> <img src=”https://westernguarantycorp.com/wp-content/uploads/2014/03/like-us.jpg”; ?><?php } ?><?php if ( of_get_option(‘feedback’, true) != “”) { ?>
“
title=”Feedback”> <img src=”https://westernguarantycorp.com/wp-content/uploads/2014/03/we-value.jpg”; ?>
<?php } ?>hoping for your help.
thanks
Forum: Themes and Templates
In reply to: [Sixteen] Social Iconsbelow is my code:
<?php if ( of_get_option(‘facebook’, true) != “”) { ?>
<a target=”_blank” href=”<?php echo esc_url(“https://www.facebook.com/WesternGuarantyCorporation/app_665181273533861”, true);
?>”
title=”Facebook”>
<img src=”https://westernguarantycorp.com/wp-content/uploads/2014/03/like-us.jpg”; width=”100″; height=”100″?><?php } ?><?php if ( of_get_option(‘feedback’, true) != “”) { ?>
“
title=”Feedback”>
<img src=”https://westernguarantycorp.com/wp-content/uploads/2014/03/we-value.jpg”; width=”100″; height=”100″?><?php } ?>and here is our website:
https://westernguarantycorp.comthanks