hover menu and footer

Discussion in 'SwiftRay WordPress Theme' started by interaction, Aug 10, 2015.

Thread Status:
Not open for further replies.
  1. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi,

    have 2 questions for http://www_dswa_nl.017.bho.nu/ ...

    - altered the hover of hyperlinks in a different colour but how do I do this for the hyperlinks in the menu? it's now hovering in green.

    - footer; everytime I change this at styling options into © DSWA - <strong><a href="http://www_dswa_nl.017.bho.nu/disclaimer/">Disclaimer</a></strong> the disclaimer bit disappears after a while. and the title of the website is showing on the right; how can I delete this?

    thanks!

    Yvonne
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    #menu-wrapper ul.ddsmoothmenu li a.selected,
    #menu-wrapper ul li a:hover {
        color: red;
    }
    2>
    Code:
    .bottom_wrap p.theme_desc {
        display: none !important;
    }
    Hope it will resolve your issue :)

    Regards!
    Praveen
    InkThemes.com
     
  3. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi Praveen,

    It worked but only not the disclaimer bit in the footer. Everytime I change this at styling options into © DSWA - <strong><a href="http://www.dswa.nl./disclaimer/">Disclaimer</a></strong> the disclaimer bit disappears after a while.

    Any idea how to solve this?

    Yvonne
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Yvonne,

    Could you please provide us some testing video so that we can understand the issue and assist you?
    If you are unable to create testing videos then you can use www.screenpresso.com that will help you to create videos.

    Regards!
    Praveen
    InkThemes.com
     
  5. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi Praveen,

    since the website is online and not on the temporary url it is solved; magic ;-).

    Thanks and have a nice weekend!

    Yvonne
     
Thread Status:
Not open for further replies.

Share This Page