Change name of "Home" (see picture) and other questions.

Discussion in 'Woodpecker WordPress Business Theme' started by introteknik, Aug 21, 2015.

  1. introteknik

    introteknik Guest

    Joined:
    Aug 20, 2015
    Messages:
    2
    Likes Received:
    0
    Hello,
    I would like to change the name of "Home" (circled with red in the provided picuter).
    Also, is it possible to change the font size of that same text? And change the padding at both bottom and top?

    Lastley I want to remove the sidebar widgets from some pages (not all). I look at this forum and found a code:
    .sidebar {
    display: none;
    }

    However that makes the widgets disappear on all my pages. I have downloaded the plugin widget logic that lets me put widgets on specific pages. But then I get 3 widgets I dont want (Search, Categories, Archives).

    My site can be seen at
    http://introteknik.nu/

    Thanks in advance
     

    Attached Files:

  2. introteknik

    introteknik Guest

    Joined:
    Aug 20, 2015
    Messages:
    2
    Likes Received:
    0
    As you can see on my page
    http://introteknik.nu/?page_id=91
    I have put in a widget on the right "Testis" but I also have Search, Categories, Archives, which I don't want (and can't seem to remove in an easy way)
     
  3. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    We are here with solutions to your issue. Let's fix them one-by-one.

    • Regarding change of 'Home' text. Please follow the screenshot given below.
    2015-08-21_18h06_59.png
    • Regarding change of font-size, top and bottom padding. Please paste the code given below in Custom CSS section(Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#crumbs {
        font-size: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    Hope it will resolve your issue:)

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page