how to remove this

1 reply·opened May 18, 2023
S
strategistMay 18, 2023

Hi,

I would like to remove this area in read. I am using construction demo.
How can I do this?

thanks

S
SemiColonWebSTAFFMay 18, 2023

Hello,

Simply find and delete the following code from the HTML Files:

<!-- Top Bar
============================================= -->
<div id="top-bar">
	<div class="container">

		<div class="row justify-content-between">
			<div class="col-12 col-md-auto">

				<!-- Top Social
				============================================= -->
				<ul id="top-social">
					<li><a href="#" class="h-bg-facebook"><span class="ts-icon"><i class="fa-brands fa-facebook-f"></i></span><span class="ts-text">Facebook</span></a></li>
					<li><a href="#" class="h-bg-twitter"><span class="ts-icon"><i class="fa-brands fa-twitter"></i></span><span class="ts-text">Twitter</span></a></li>
					<li><a href="#" class="h-bg-dribbble"><span class="ts-icon"><i class="fa-brands fa-dribbble"></i></span><span class="ts-text">Dribbble</span></a></li>
					<li><a href="#" class="h-bg-github"><span class="ts-icon"><i class="fa-brands fa-github"></i></span><span class="ts-text">Github</span></a></li>
					<li><a href="#" class="h-bg-pinterest"><span class="ts-icon"><i class="fa-brands fa-pinterest-p"></i></span><span class="ts-text">Pinterest</span></a></li>
					<li><a href="#" class="h-bg-instagram"><span class="ts-icon"><i class="fa-brands fa-instagram"></i></span><span class="ts-text">Instagram</span></a></li>
				</ul><!-- #top-social end -->

			</div>

			<div class="col-12 col-md-auto">

				<!-- Top Links
				============================================= -->
				<div class="top-links">
					<ul class="top-links-container">
						<li class="top-links-item"><a href="#">Locations</a>
							<ul class="top-links-sub-menu">
								<li class="top-links-item"><a href="#">San Francisco</a></li>
								<li class="top-links-item"><a href="#">London</a></li>
								<li class="top-links-item"><a href="#">Amsterdam</a></li>
							</ul>
						</li>
						<li class="top-links-item"><a href="faqs.html">FAQs</a></li>
						<li class="top-links-item"><a href="contact.html">Contact</a></li>
					</ul>
				</div><!-- .top-links end -->

			</div>
		</div>

	</div>
</div><!-- #top-bar end -->

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard