- Posts: 8
- Thank you received: 0
on the FEATURED part of the home page, how can i remove the middle bit of the "mast-col1" and have the content flow up to the AND MORE module?
<div class="col-md-12">
Please explain clearly about your issue, or provide me some screenshots about it.how can the Professional Staff content go unto the AND MORE module?
How do i change the background color of the footer to a custom color?
.t3-footer {
background: #939394;
background: -moz-linear-gradient(top, #939394 0%, #939394 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #939394), color-stop(100%, #939394));
background: -webkit-linear-gradient(top, #939394 0%, #939394 100%);
background: -o-linear-gradient(top, #939394 0%, #939394 100%);
background: -ms-linear-gradient(top, #939394 0%, #939394 100%);
background: linear-gradient(to bottom, #939394 0%, #939394 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939394', endColorstr='#939394', GradientType=0);
}
.t3-footer .t3-spotlight {
background-color: #2D2D2D !important;
background-image: none;
}
.t3-footer .t3-copyright {
background: #1D1D1D !important;
}
You need to add the following code in the custom.css file. (I added for you)How do i change the color of social media links from the dark to my custom color?
.social-media ul.menu li {
background: #6d6969;
}
.social-media ul.menu li a {
color: #1c1c1c;
}
(Similar to case 1)How do i change the text font color on the footer module to make it white for visibility?
.t3-footer .t3-copyright {
color: #fff;
}
.t3-footer a {
color: #fff;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
color: #B2B2B2;
}
Extensions > Module Manager:How do i integrate our Twitter Stream on it from the Envato stream?
Extensions > Module Manager:How to integrate a Facebook Stream or likes intead of the gallery at the footer
Extensions > Module Manager:How to integrate a map for location on the footer
Extensions > Module Manager:How to integrate menus for different pages, i.e Our Services...
<h3><a href="#">Social Media Marketing</a></h3>
<h3><a href="#">Web Design</a></h3>
<h3><a href="#">SEO</a></h3>
<h3><a href="#">PPC Adverts</a></h3>
How to remove Designed by JoomlaUX.com at the copyright area of the footer
<div class="footer1<?php echo $moduleclass_sfx ?>"><?php echo $lineone; ?> Designed by <a <?php if ($menu->getActive() != $menu->getDefault()) : ?>rel="nofollow"<?php endif ?> title="Visit joomlaux.com!" href="http://www.joomlaux.com/" target="_blank">JoomlaUX.com</a>.</div>