Hi,
In the first picture attached, I don't know where to change the placeholder copy on the text/video slider.
The place are the posts from Text Video Slider category.
In the second picture, I don't know where to update the fonts and font color of the twitter feed.
To change the color find this code in the style.css file:
.container_12 a:hover {
color: #7dac00;
}
and replace the color code to the one you wish.
To change the font, find this code in the style.css file:
.tweet_item li {
color:
#B09177;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 15px!important;
}
and change the font from font-family to the font you need.
In the third and fourth pictures, I don't know where they are actually located. I want to remove the span tags.
The information is in the posts of the Posts Slide category: Social, Consulting, Strategy.
In the fifth picture, I have changed the background color of the submit button, but the it's not updating.
Find this code in the style.css file:
.widget_search #searchsubmit {
background:
#3c444f;
width: 65px;
height: 36px;
float: left;
margin: 0 0 0 6px;
padding: 0;
color: #F6EEDC;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
and edit he background color.
In the sixth picture, I have updated the links countless of times and double-checked the syntax, but the links won't update. I even tried to inactivate the widgets, but that didn't work either.
Sorry, I don't rally understand what do you mean.
Cheers,
George
Add Reply
You must log in to post.