Slider on all Pages & Menu Colour

Discussion in 'BlackBird WordPress Theme' started by digitaltactics, Jun 3, 2014.

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

    digitaltactics Guest

    Joined:
    May 20, 2014
    Messages:
    6
    Likes Received:
    0
    Quick questions,
    1 ) Wondering if it is possible to have it so that all the pages (About Us, Services etc) to have the slider up the top and then text underneath as normal BUT have a Gallery page without the slider. So the ability to add the slider to certain pages?

    2) I read in a previous thread about to change to menu bar colour to a specific colour it is an image that one would have to create and place back in but I am having trouble finding where to grab the name and where to save it back into. Some further guidance would be amazing OR if there is now code that can do this it would be greatly helpful.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. You can use WP Slider Plugin, download it from WordPress.org and upload it.
    https://wordpress.org/plugins/simple-slider-ssp/

    It will fulfil your requirements.

    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.menu_wrapper {
    background: red;
    } 
    Inplace of "red" put your color code.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) To add slider on each page you can use "wp slider plugin".
    Download link
    https://wordpress.org/plugins/simple-slider-ssp/screenshots/

    2) Menu bar background is an image. You can edit it from
    Blackbird theme > images >menubg.png and menutip.png
    You can use photoshop to edit these files. After editing just keep there name same as before.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. digitaltactics

    digitaltactics Guest

    Joined:
    May 20, 2014
    Messages:
    6
    Likes Received:
    0
    Thanks a lot to you both. Worked a treat!
     
Thread Status:
Not open for further replies.

Share This Page