• Resolved jwoods2545

    (@jwoods2545)


    How do I make the copyright credit text visible in the footer?

    The copyright credit text in the footer is not showing up in the footer. I’ve located the credit area menu in the customizer, however when I try to edit the code in the text box nothing happens. The copyright credit default text is not even visible. In addition, this is the text that’s in the code box: {copyright}, {year}, {site_title}, {theme_author} . I also have the short code and the footer credit eye buttons activated/ highlighted, which indicate those widgets are active.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    you have set the classes .site-info and .site-footer to display:none !
    Delete the two display properties or overwrite them with following CSS code.

    .site-footer, .site-info {
    	display: block;
    }
    Thread Starter jwoods2545

    (@jwoods2545)

    The code you sent worked…

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to edit the copyright credit in the footer.’ is closed to new replies.