H
high8skyMar 6, 2021
How do I add an overlay effect to the page title?
<!-- Page Title
============================================= -->
<section id="page-title" class="page-title-parallax page-title-dark" style="background-image: url('images/parallax/menu-parallax-bg-02.jpg'); background-size: cover; padding: 120px 0;" data-bottom-top="background-position:0px 0px;" data-top-bottom="background-position:0px -200px;">
<div class="container clearfix">
<h1>한식문화관</h1>
<span>Korean Cuisine Culture Center</span>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html"><i class="icon-home"></i></a></li>
<li class="breadcrumb-item"><a href="02_01_01_01.html">한식문화관</a></li>
<li class="breadcrumb-item active" aria-current="page">한식문화관 안내</li>
</ol>
</div>
</section><!-- #page-title end -->