copyright section + scroll to top
-
hello!
1. how can i remove copyright section completely from the base? ( not by css )
2. in which file i can find the code which belongs to scroll to top section?
Thanks.
Hello,
1. You can remove it from the file footer.php. We suggest you override in the child theme to prevent loosing changes after parent theme update.
2. Look for the function basel_scroll_top_btn in the file inc/functions.php
Regards
Thanks for your response.
screenshot: http://uupload.ir/files/x9nu_edrfe4r.jpg
i want to remove copyright section completely, i must remove the highlighted code, right?
nothing more? nothing less?
and just one more question about header and footer section
how can i apply some css code on header ( the static header, not sticky header ) and footer section?
( i mean how can i specify that i want apply css on header and footer section in my code? i only want the starting point, for example something like this: ” .footer ” or ” .static-header ” )
Thanks.
Hello,
1. Yes, it is the right code.
2. Selector for header is .main-header and for the footer .footer-container
Regards