Hi thank you for choosing our template for your project,
The Ajax loader:
You can change the preloder color in the custom.css file which is located in the below location
/templates/jb_bobby/css/custom.css
Once you landed in to this section you can see the code below
.loader{
position: fixed;
left:0;
top:0;
width: 100%;
height: 100%;
background-color:rgba(123, 90, 145, 0.97);
z-index: 100;
text-align: center;
}
you can change the background color here.
Orange dot after title:
To remove the orange dots kindly add the following css style in your custom.css file
.sppb-title-heading::after{
display:none;
}
If you place the above code you can remove the dots after title
Copyright on footer:
If you want to change the copyrights info in the footer section you need to edit the following things in your template file
kindly follow the steps below to change the copy rights info
Step-1:
Go to the below location
/templates/jb_bobby/html/mod_footer/default.php
in default.php file which you found in the above location you can find the copyrights info in the line number 14. here you go mate, just edit the things with your own
(Note: We are not hard coded for copyrights info this is the default settings for t3 based template we can only have this option to change the copyrights information)
If you have any issues Feel free to contact me am always happy to assist you