Just upgraded from colorway to colorway pro. Text I had in my footer still shows up, and I can't edit or remove it. Tried reseting all w/ no success.
Thanks!
www.carolineandmorse.com
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
Just upgraded from colorway to colorway pro. Text I had in my footer still shows up, and I can't edit or remove it. Tried reseting all w/ no success.
Thanks!
www.carolineandmorse.com
To change that text you have to go to
Seetings -> General tab
There you can change the text in the "tagline" text box.
Thanks.
Thanks, That did help.
Now, can you tell me how to have text stretch along the bottom of the entire footer? I have footer widgets for some icons & links, but I can't find out how to manage the area below the footer widget area .
-Morse
See www.carolineandmorse.com for what I mean.
paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.footer-navi .navigation .right-navi {
width: 860px;
}
Thanks.
Thanks, Nitesh.
Now, how do I get rid of the other images to the left of that text. Looks like " - | "
And, can I center, or justify the text right or left?
-Morse
paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.footer-navi .navigation .right-navi p {
margin-left: -25px;
text-align: center;
}
you can also align it to left or right,
Thanks.
Got it.. That works well for the justification.
It still looks like there is some kind of link or container to the left. How can I get rid of it (or even edit it)
Thanks again.
-Morse
paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.footer-navi .navigation ul li {
display:none;
}
Thanks.
This helped me get rid of the - |, but now I would like to justify the social media icons to the right ... if i use both of the codes above, it doesn't work.
@jsharrow
The social icons are already right aligned, there is no need to do them right.
Thanks.
How do I remove Designed & Coded by Ink Themes from the base of the footer?
@e.hughesy,
Go to
Appearance > Theme Option > Footer Settings > Footer Text
and enter your text there and if you dont want any text there than add paragraph tag there <p></p>
Thanks.
You must log in to post.