inkthemescom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] Remove Green Edge of Slider Text BoxHello,
For your first issue i.e. to remove the green line on the right edge of your text on your home page slide.
I have checked your site and would like to tell you that we didn’t find any green line over there.
Regarding your second issue, to change the colour of the green dots on the slider.
For this, use the code given below,
.nav-dots span { background: red !important; }Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Home Page Main HeadingHello,
You can change your text to smaller size, you just need to paste the code given below
.content-info h2 { font-size: 20px; }For your feature areas, code is given below,
.one_fourth.animated.animation_started { width: 205px !important; padding-left: 42px !important; }Hope it will resolve your issue
Thanks!
Hello,
You can use Contact Form 7 plugin for your purpose.
Here’s the link, please have a look.
https://wordpress.org/plugins/contact-form-7/
Thanks!
Hello,
I would like to inform you that sometimes it happens due to some of your plugins may conflict with the code.
So you are suggested to deactivate all of your plugins first and check after that.
And you are requested to send us your video link as well so that we can check it at our end as well.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Changing the header area for ColorwayHello,
You can use below code to change the color of your header area.
.header { background: #009ccd !important; }Thanks!
Hello,
be sure that you have not put any widget in the fourth footer widget area.
If you will leave that widget without any area then you will get your form back.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] HTML in Feature DescriptionHello,
That will require customization in source code of the theme.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Header Area Custom ImageHello,
I would like to inform you that it would not be possible without the customization.
So you can hire freelancer for this at your end..
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] How can I change Footer "PAGES' Text ColorHello,
Use below code, it will work for you.
.footer-container a { color: white !important; } .footer-container a:hover { color: red !important; }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Colorway Turn off animation on Mobile version onlyHello,
I have replied you at https://wordpress.org/support/topic/how-do-i-remove-recent-posts-comments-archive-etc-on-the-pages?replies=5 link.
Please check.
Thanks!
Hello,
You can easily turn off the animation effect, you just have to follow the screenshot link given below.
Link: http://screenpresso.com/=cKigd
Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Stop displaying page title in colorway themeHello,
You can try below code,
.content-wrap h1 { display: none !important; }Hope it will resolve your issue
Thanks!
Hello,
You just need to go Appearance=>Widget=>primary widget & secondary widget.
Now drag and drop text field in these fields(primary widget & secondary)and put your own content over there.
Regarding your second issue,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
.content-wrap .blog ul ul.post_meta { display: none !important; }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Circular Images Home Page Feature AreasHello,
We really appreciate your help..
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] How to add submenu in colorway themeHello,
Thanks for the right code.