Hi, I'd like to combine the footer text section (just below the footer widget section) into one long area that I can input text. Currently, it is divided into two sections. Thanks. -Morse
Hello, Go to the footer.php file present in your theme directory and paste the code given below. Code: <p> Enter your footer text here </p> See the image for reference. This will solve your issue.
Hi, That did accomplish putting text in the footer , but it is above the existing text (name of website on left, copyright info on right.) In the previous version of Colorway, you could insert the below code into the Custom CSS area under Styling Options. That would allow the footer text you enter under Footer Settings to extend all the way across the bottom of the footer. This doesn't seem to work in the new version of Colorway. Is there a way to fix this? Thanks. .footer-navi .navigation .right-navi { width:???px; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-navi .navigation .right-navi{ width:72%!important; } Adjust its value as per your requirements.