Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jencinas69
tagDiv Member

Im having trouble changing the color of the font in the home page slider. I was able to find how to chage the color for the four stories titles

.td-big-grid-post .entry-title a {
color: #000;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

but not the author and date. Also is there away to remove the glare effect in the silder (four photos) in the home page

jencinas69
tagDiv Member

Is not quite working fine. I need the social media icons to be down in the same line as the date.

how can I fix that?

jencinas69
tagDiv Member

I added this to top-menu.php
// show the date and time if needed
if (td_util::get_option(‘tds_data_top_menu’) == ‘show’) {
$tds_data_time = td_util::get_option(‘tds_data_time_format’);
if ($tds_data_time == ”) {
$tds_data_time = ‘l, F j, Y’;
}
echo'<div class=”td_data_city”>’;
echo’San Luis Rio Colorado Sonora, Mexico’;
echo'</div>’;
echo ‘<div class=”td_data_time”>’;
echo date_i18n(stripslashes($tds_data_time));
echo ‘</div>’;
}

and this to css

.td_data_city {

display: inline-block;
margin-right: 690px;
}

please check the result is moving the social media icons to the top

wordpress.diarionoticias.info

jencinas69
tagDiv Member

Thank you this really helped. is there a way to add my hometown name to the area where the date is. I will like it align to the left if possible.

jencinas69
tagDiv Member

In the top navigation where the date and social media is How can I translate the day?
Monday, June 20, 2016

also I will like to add San Luis Rio Colorado, Sonora to the left of that nav?

Thanks

jencinas69
tagDiv Member

Hello In the site footer I want to show content from three categories instead of what is there. Where can I change the infor in the footer?

wordpress.diarionoticias.info

jencinas69
tagDiv Member

Thanks, that workded, I will like to change the size of the font in the four main stories. Where can I change that?

jencinas69
tagDiv Member

So there is no what to change the author name? We have multiple adds that we want to rotate in header, footer and slider positions. Is there a way to add multiple adds to those positions?

Viewing 8 posts - 1 through 8 (of 8 total)