Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9066
    simon olley
    Participant

    I would like to remove the inner white block on the carousel title headings.

    I’d like to remove the stray word ‘Menu’ which creeps in to the sidebar widget menu.

    Thanks

    Site:
    http://www.olleydesign.com

    #9080
    Sakin
    Keymaster

    @oly: You need to update the theme to latest version 1.2.1 and then clear your cache and refresh your browser. Your both issues will be fixed.

    #9095
    simon olley
    Participant

    Thanks I updated to 1.2.1 and emptied cache and that has solved the menu thing.

    The featured slider is still showing the inner white block on the title – will I need to rebuild the featured post sliders from scratch?

    #9123
    Sakin
    Keymaster

    @oly: I see that you have added Custom CSS in “Appearance => Theme Options => Custom CSS” box. Can you try removing the following css from custom css box.

    #main-slider .entry-title a,
    #main-slider .entry-title span {
    	background: rgba(255, 255, 255, 0.7);
    	color: #222;
    	display: block;
        padding: 15px 25px;
    	padding: 1.5rem 2.5rem;
    
    }
    #main-slider .entry-title a:hover,
    #main-slider .entry-title span:hover,
    #main-slider .entry-content:hover,
    #slider-nav a:hover {
    	color: #000;
    	background: rgba(255, 255, 255, 1);
    }
    #9130
    simon olley
    Participant

    Thanks, much appreciated!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘2 things on Everest Pro I'd like to do’ is closed to new replies.