Footer Help
-
Good Afternoon, I am new to WordPress & was wondering if someone could help me make the footer (Hours and contact info) a little bit darker or bolder. I have tried to change the CSS, but havent’ had any luck. Here is the current CSS.
<footer> <section class='footer'> <div class='container'> <div class='row online'> </div> <div class='row'> <div class='foot-col'> <ul class='hours'> <h3>Office Hours</h3> <li><span>Sun + Mon:</span> Closed</li> <li><span>Tuesday:</span> 11:00 am - 7:00 pm</li> <li><span>Wednesday:</span> 11:00 am - 7:00 pm</li> <li><span>Thursday:</span> 11:00 am - 7:00 pm</li> <li><span>Friday:</span> 11:00 am - 7:00 pm</li> <li><span>Saturday:</span> 10:00 am - 3:00 pm</li> </ul> </div> <div class='foot-col'> <ul class='contact-info'> <h3>contact us</h3> <li class='foot-address'>3705 E. Rosedale St. #141 <br> Fort Worth, TX 76105</li> <li>-</li> <li><a href='tel:(817) 534-3777'>(817) 534-3777</a></li> <li><a href='mailto:(email visible only to moderators and staff)'>(email visible only to moderators and staff)</a></li> </ul> </div> <div class='foot-col text-center'> <ul class='instagram'> <h3>Location</h3> <li> </li> </ul> <a href='https://www.instagram.com/grandstreetldental/' target='_blank'><img class='insta' src='https://www.grandstreetdental.com/wp-content/themes/plotnick/library/images/GSD_icons_Instgram_White-07 (1).svg' alt='instagrsm'></a> </div> </div> </div> </section> <section class='bottom-section'> <div class='container'> <div class='row'> <div class='col-sm-12'> <ul class='social-media centered'> <li><a href='https://www.instagram.com/marinadentalfortworth/'><img src='http://marinadentalfortworth.com/wp-content/uploads/2022/10/Untitled-design-34.png' /></a></li> <li><a href='https://www.facebook.com/marinadentalfortworth'><img src='http://www.globodental.com/wp-content/uploads/2019/09/fb.png' /></a></li> <li><a href='https://goo.gl/maps/AJXTnSd3htbiEigP7'><img src='http://www.globodental.com/wp-content/uploads/2019/10/google-icon.png' /></a></li> </ul> <ul class='copyright'> <li>@ 2019 Marina Dental all right reserved </li> <!-- <li>site design by image rx</li> --> </ul> </div> </div> </div> var menu = document.getElementById('menu-mobile'); var closeIcon = document.getElementById('closeIcon'); menu.addEventListener('click', handleMenuClick); function handleMenuClick(event) { if (event.target instanceof HTMLAnchorElement) { closeIcon.checked = false; } } </footer> </div>WP.com: Unknown
Jetpack: Unknown
Correct account: Unknown -
Hey there! The site isn’t hosted here, but we do have some tips on finding the right CSS to change. Have you seen this?
https://wordpress.com/support/how-to-find-your-themes-css/Going forward, these forums are primarily for sites that use our free-tier hosting. We’re a little different from the WordPress software itself:
https://wordpress.com/go/website-building/wordpress-com-vs-wordpress-org/You’ll want to create an account at https://wordpress.org/support/forums/ so you’ll have access to the correct community for your site. Or, you’d be welcome to host here; your plan would get direct support.
- The topic ‘Footer Help’ is closed to new replies.