• I have a link on a banner on my homepage and want to remove the FAQ link, cannot find it under menus, widgets or settings. Thanks

    • This topic was modified 7 years, 6 months ago by Steven Stern (sterndata). Reason: moved from "everything else" to "fixing"
Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    You need to share a link – so we can take a look and find from where is it coming (the FAQ link.)

    Other then that, if its custom theme – you can ask theme author.

    • This reply was modified 7 years, 6 months ago by apsolut.
    Thread Starter mcdowalr

    (@mcdowalr)

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Check the footer options for your theme.

    Thread Starter mcdowalr

    (@mcdowalr)

    Many Thanks – I’m not a coder, what lines would I delete from the below?

    	<footer id="colophon" class="site-footer " role="contentinfo">
    		<div id="foot-top"><?php dynamic_sidebar('fwidget-top'); ?>
    			<div class="row">
    				<div class="small-12 medium-8 medium-offset-2 foot-toprow">
    					<div class="small-12 medium-4 columns contact-us">
    						<a>"><p><img src="/wp-content/themes/wcb-agency-theme/assets/images/contact.svg" /><span style="padding-left: 15px;">Contact Us</span></p></a>
    					</div>
    					<div class="small-12 medium-4 columns">
    						<a>"><p><img src="/wp-content/themes/wcb-agency-theme/assets/images/question.svg" /><span style="padding-left: 15px;">Frequently Asked Questions</span></p></a>
    					</div>
    			</div>
    		</div>
    	</div>
    		 <div id="fwidgets-wrapper" class="row"> <!--large-unstack -->
    
    			<div class="small-12 medium-6 columns">
    			<div class="row">
    				<div class="small-12 medium-12 columns"><h6 class="widget-title">About Dunedin</h6></div>
    				<div class="small-6 medium-6 columns"><?php dynamic_sidebar('fwidget-1'); ?></div>
    				<div class="small-6 medium-6 columns"><?php dynamic_sidebar('fwidget-2'); ?></div>
    			</div>
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It appears you have two widget areas in there, so check in appearance->widgets. You might also check with the authors of your theme https://www.webcoursesagency.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove FAQ link on homepage’ is closed to new replies.