stephenhardy1978
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Appointment] Contact Information Settings BackgroundDone
Forum: Themes and Templates
In reply to: [Appointment] Contact Information Settings Backgroundwordpress.veteranscontactpoint.co.uk
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsoops not that bit – the bit below right at the very bottom, in mine its a thin red line.
Also trying to edit the cookie crum trail on blog posts so that it is either totally below or above the heading… so to ask – any ideas where that might live?
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsThanks so much Andrew
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsThats amazing! Cheers Andrew!
Final one for the evening – can I make the thing red bar at the foot of the page slightly larger i.e height wise?
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsCheers Andrew
I just changed the section in
<h4><?php echo $footer_callout_setting[‘front_contact3_val’]; ?></h4>
to
<h5><?php echo $footer_callout_setting[‘front_contact3_val’]; ?></h5>
index-footer-callout.php
did the trick ??
Do you happen to know how where the icons “fa-*” happen to reside so I can choose appropriate ones?
Thanks
Stephen
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsFinal point however, our contact email in the footer widget is long(wish) and the end is missing – how do you decrease the font size in this? Whats the CSS for this?
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsI also removed the reference to the sidebar in “simple.php”
Furthermore I removed the Blog-Author section which in turn removed the comments section
Forum: Themes and Templates
In reply to: [Appointment Red] Remove sectionsFigured it out – added the following custom CSS
.blog-post-date-area
{
display:none;
}
.blog-post-lg
{
display:none;
}
.blog-author
{
display:none !important;
}
.blog-author-social
{
display:none !important;
}
.author-description
{
display:none !important;
}
.author-box
{
display:none !important;
}
.comment-author-link
{
display:none !important;
}