• Resolved gab653

    (@gab653)


    Hi,

    If anyone can help me regarding the banner that says ‘About Company’ in the demo (with arrows either side).

    I want to:
    1. remove the arrows (as I only need three pics)
    2. Change the text (currently there is no page attached to this banner anymore, and it is reading its title direct from the category input, so currently the only way I can change the text is to change the category title)
    3. Make the banner colour more translucent, less opaque.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter gab653

    (@gab653)

    Hi,

    My site is on a landing page under construction, I don’t want to lift the coming soon page yet.

    Can I explain the issue better?

    If you look at the demo site, you will see an ‘About Company’ banner (above the top-posts category). It is this banner I’m referring to.

    Thanks.

    Thread Starter gab653

    (@gab653)

    Hi

    For anyone else who doesn’t know how to code this to tweak this banner,(see demo ‘About Company’ banner on homepage) I found a quick lazy girl’s workaround to just get rid of it: I made the text white and then used Theme Options to choose white as a background colour and da-nah!! It’s gone! At least to the eye, lol. (Appearance > Theme Options > Color Control > Category Tabs Background Color).

    It’s still lurking there I guess until I figure out how to code-remove it but if you’re working from the demo sample material, I think the homepage looks so much cleaner and contemporary without it.

    hi @gab653,

    you can use custom css to hide texts and arrows.
    add the following to theme options-> general -> custom CSS

    #wd-categories-tabs ul.tabs li a{
    display:none;
    }
    #wd-categories-tabs .tabs-block{
    display:none;
    }
    Thread Starter gab653

    (@gab653)

    Hi Tigran

    This is exactly what I’ve been trying to figure out.

    Thanks Tigran, very much appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘'About Company' banner’ is closed to new replies.