• Resolved bankaiii

    (@bankaiii)


    Hi Richie,

    How to keep the shadow effect with the background image ?

    And in option,

    How to have “news ticker” in top bar ?
    I dont use search field in this area and I would like put new highlight post (from a specific category) there.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    @shadow
    can’t, its hidden if bg image saved.

    How to have “news ticker” in top bar ?
    I dont use search field in this area and I would like put new highlight post (from a specific category) there.

    this is more like a customize question which the theme did not have.

    Thread Starter bankaiii

    (@bankaiii)

    There is no tricks to get shadow effect in same time with backgroung image ?

    Best regards
    Bankaiii

    Theme Author Richie KS

    (@rkcorp)

    maybe add this to theme option->custom css

    #top-navigation { z-index: 999; }

    Hi,

    if you don’t need the header part, just the top-nav menu then I have a workaround for your problem, as you can see on my site:
    Dubai Programok

    You should change the header height to a thin line or even nothing and voilá you can save the shadow effect over the background image

    I put the following into my custom CSS for this to achieve:

    #header .header-inner {
    float: left;
    transparent: true;
    padding: 0;
    width: 100%;
    background-color: transparent;
    clear: both;
    height: 2px;
    }

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Keep shadow effect with background’ is closed to new replies.