• Answered my own question, so just in case someone else is wanting to do same:

    Using verion 3.0.1 of Byblos theme and wanted to hide the title bars that come in from right on front page slider. Customize instructions say “The main heading text, leave blank to hide” which I did, but orange box still appears on all slides…
    I tried custom CSS with no luck:

    .camera_caption.moveFromRight {
    	display: none;
    }

    and

    .featured-text {
     	 	 display: none;
     	}

    Someone mentioned hacking avenue.php, but I didn’t see a file by that name…did some digging and learned file is now called wp-content/themes/byblos/inc/engine/byblos.php

    solved it by commenting out

    /**                        <div class="camera_caption moveFromRight">
                                <span><?php echo esc_attr( $byblos_options['sc_slide2_text'] );?></span>
                            </div>
                            */

    on each slide

    GG

  • The topic ‘Remove header text/bar on slider of Byblos’ is closed to new replies.