Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #125774
    innov72
    Participant

    Hi,

    i am using free Fabulous Fluid theme,
    1) Want to Remove page title from feature slider
    2) want to change background color of menus. current color is Black change to white

    my site is
    http://www.innovativead.in/

    #125777
    tikaram
    Keymaster

    @innov72 : To remove page title from featured slider :Go to Appearance => customize => Additional css and add the following css.

    #feature-slider .entry-title {
    	display: none;
    }

    It look like your site is under maintenance. Please let me know when your site is live and I will provide you the css to change the background color of menus. Let me know if you need any further assistance.

    Regards,
    Tikaram

    #125779
    innov72
    Participant

    Hi Tikaram,

    Thanks Code worked perfectly.

    My site is live now please provide css to change the background color of menus.

    Regards

    #125826
    innov72
    Participant

    HI,
    My site is live now please provide css to change the background color of menus.

    Thanx….

    #125832
    tikaram
    Keymaster

    @innov72 : Add the following additional css to change the background color of menus.

    .site-header, #site-navigation ul ul {
    	background-color: #ffffff;
    }
    #site-navigation ul .current-menu-item a, #site-navigation ul .current_page_item a {
    	color: #181818;
    }
    #site-navigation ul .current-menu-item a, #site-navigation ul .current_page_item a, #site-navigation ul li:hover > a {
    	color: #000;
    }
     #responsive-menu-button {
            color: #000;
            }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #125856
    innov72
    Participant

    Thanks ! worked properly…

    #125892
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove page title from feature slider’ is closed to new replies.