• Hi i want to edit the footer text in topshop theme so it removes the standard text already there and replaces it with my own text either using custom CSS plugin or in a child theme

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey there ZEDorDEAD (lol fan?),

    How are you doing today?

    I’ve quickly checked the theme and it appears that the easiest way to do this would be to use theme translation files to change the footer text.

    You’ll find more info how to translate theme here: http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-theme/.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter ZEDorDEAD

    (@zedordead)

    lol Hi again Bojan (i feel the fandom lol) im good thanks hows yourself?

    I’ve just read through the link but cannot see where it refers to the footer text did i miss something?

    I just basically want to take off the made by text and add in my own copyright info, i did achieve this previously by using code on a different theme but that code will not work on this theme and i suck at coding (well i say suck it’s more like i’m too busy at the moment to learn anything new my heads about exploding as it is with adobe raping my mind)

    Hey again ZED,

    No worries, this is not something a strong midlaner such as yourself can’t handle 🙂

    I’ve checked your theme translation files and found the strings you’re trying to replace http://screencast.com/t/U1YEbGINhQ.

    If translation files don’t work for you we can edit footer.php and change the copyright text.

    Please let me know 🙂

    Cheers,
    Bojan

    Thread Starter ZEDorDEAD

    (@zedordead)

    Hi again Bojan i would like to get your help on a problem please if possible

    My problem is i want to make the menu bar in the theme im using (vantage) have rounded ends and not be full width and i cannot find a way to do it and all the things i have tried either make the menu items have rounded ends or the sub menu items have rounded ends.

    I have already tried asking about in these forums but nobody has replied so i thought i’d try this way seeing as you’re a fan lol

    Hey again ZED,

    This is should be possible with some custom CSS and with using border radius property.

    Can you post a link to your site so I can take a look?

    Cheers,
    Bojan

    Thread Starter ZEDorDEAD

    (@zedordead)

    Hi Bojan, you are a godsend my friend

    http://lcbsculpture.com is the site i need rounded menu bar corners on

    http://pongypig.wix.com/lcbsculpture is the style of menu bar im trying to acheive.

    Best regards
    Toddy

    Hey Toddy 🙂

    Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    nav.site-navigation.main-navigation.primary.use-sticky-menu.mobile-navigation {
        border-radius: 25px;
    }
    
    div#search-icon-icon {
        border-radius: 25px;
    }

    This should be the result: http://screencast.com/t/y3qVg0RvU

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter ZEDorDEAD

    (@zedordead)

    All hail the Bojan 😀 well done dude you rock!!

    Superb work mate really helped me out with a demanding client and id like to show my appreciation somehow so if you can will you go visit my sites contact area and drop me an email so i can thank you properly 😉

    http://inkinkinc.co.uk/contact-us/

    Total respect

    Toddy

    Hey Toddy,

    That won’t be necessary, I’m just here to represent my awesome company WPMU DEV and try to help members as best as I can 🙂

    Glad I could help and have a nice day!

    Cheers,
    Bojan

    Thread Starter ZEDorDEAD

    (@zedordead)

    Cool no problem and thank you again for your stellar work.

    All the best
    Toddy

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Theme: Topshop] how to change the footer text’ is closed to new replies.