How to change breadcrumbs background

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 17, 2013 1:30 pm
Reply with quote
Report this post
Hi all, how can i change background in breadcrumbs module? I change everything in .css files, but in source code is still next code and i can't find them:

Code: Select all
<style type="text/css">
#gkBreadcrumb {
      background-position: 50% 20%;
   background-size: cover;
   background-color: #7484ff;
}
</style>


and in demo too:

Code: Select all
<style type="text/css">
#gkBreadcrumb {
      background-image: url('http://demo.gavick.com/joomla25/creativity/images/demo/desk.jpg');
      background-position: 50% 20%;
   background-size: cover;
   background-color: images/demo/desk.jpg;
}
</style>


thanks for reply
User avatar
Fresh Boarder

GK User
Thu Oct 17, 2013 2:13 pm
Reply with quote
Report this post
In template settings - features section You can change breadcrumbs background image.
User avatar
Moderator


cron