• Resolved joannepovey

    (@joannepovey)


    Hi

    The customizer option in Wen Business used to have an option to add / not include the Proudly powered by WordPress | Theme: WEN Business by WEN Themes line in the footer section. Which can usually be found where the copyright section is.

    Unfortunately this option has disappeared and I can’t seem to find this code in the appearance /editor/ coding section.

    I tried to add the following in the Advanced, CSS section to hide the footer element and then add a plug in for the copyright and web design by area but it didn’t work.
    #footer {
    visibility: hidden;
    }

    Could someone please help?

    Many Thanks
    Joanne

Viewing 7 replies - 1 through 7 (of 7 total)
  • You need to use:

    .site-info {
       display: none;
    }

    or

    .site-info {
       visibility: hidden;
    }

    Either one will work

    Thread Starter joannepovey

    (@joannepovey)

    That is fantastic!

    Thank you so much, you wouldn’t believe how long it has taken me!

    Also, I am having difficult getting the social icons to appear. They appear as pictures of links rather than pictures of the social icons, I cannot find anywhere to set them up other than the customize section.
    I’m not sure if you can see this screen shot to show you what I mean, as the site is under maintenance at the moment I cannot send you a direct link.
    /Users/Joanne/Desktop/Screen Shot 2015-05-19 at 16.06.43.png

    Thanks again
    Joanne

    Did you create the social menu already?

    Thread Starter joannepovey

    (@joannepovey)

    I did but only because I couldn’t get the theme ones to work.

    I don’t like the plug in I have used.

    Many thanks
    Jo

    Well when you create the menu you need to label the custom link what social site you are using.

    Here is example:
    https://i.imgur.com/LfE4f0T.png

    Thread Starter joannepovey

    (@joannepovey)

    Ah right, I will take a look at that and see if it works.

    Thank you again for your help!!
    Jo

    Awesome,

    Please mark as resolved.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Powered by WordPress’ is closed to new replies.