inkthemescom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] How can I change Footer "PAGES' Text ColorHello,
To change the color of all the headings in footer area, you just need to paste the code given below in Custom CSS section of your dashboard.
`.footer-container h4 {
color: red !important;
}To change the paragraph text color, code is given below.footer-container .textwidget {
color: blue !important;
}`
Note: Change color as per your requirement.Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] How to change background color of featured areaHello,
To change the background color, paste the code given below in Custom CSS field of your dashboard.
.img_thumb_feature { background: red !important; }Note: change color as per your requirement.
Regarding your second issue i.e. to add read more will require source code customization in the theme
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Local Business Pro themeHello,
If you are using PRO theme, you are suggested to post your query at inkthemes community.
You will get your solution over there..
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Remove Home Page Widget MoreHello,
Solutions of your above issues are accordingly..
To make the latest post in fullwidth will require source code customization in the theme.
You can make your theme compatible with WooCommerce, you just need to follow this link: http://www.inkthemes.com/woocommerce-theme-compatibility/
And regarding your last issue i.e. max width of images.. So you will find all the recommended size of images from the theme option panel of your dashboard.
Hope it will resolve your issues..
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Changing Menu Bar Green boxHello,
Thank you for sharing the correct code..
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] sescrh bar to remove from colorawy them siteHello,
It seems that you want to change text of main heading..
So if I am not wrong with your issue, you just have to go Appearance=>Theme Option=>Home Page setting=>Home page intro and fill your desired text over there.
Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Header AreaHello,
No, you will not lose your previous content.
But still for the safety purpose you are suggested to follow the steps given below:
Download the ColorWay Pro theme by logging in your members account:
http://inkthemes.com/members/memberNext, you have to extract the zip file and rename that folder colorwaytheme like colorwaytheme_new,
Again, you would need to create a zip file of that renamed folder (say: colorwaytheme_new.zip),
Now, upload the theme in your WordPress from Dashboard->Appearance->Themes->Add New,
Then, activate your theme,
Hope you will find it helpfull..
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Adjusting Spacing of all pages & posts author textHello,
You can share the link of the screenshot and you will get that link after publishing the screenshot with screenpressocloud option.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Display Comments on Static pagesHello,
I have checked this at our end and would like to tell you it works perfectly.
So you are suggested to reinstall the theme and check after that.
Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Change Theme ColorsHello,
To change menu color, you just have to Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a, #menu .current_page_item a, #menu .sfHover a, #menu li a:hover { background: #2565ac; } #menu .sf-menu li li:first-child a { background-color: #5278F6 !important; }To change footer color, code is below..
.footer-container { background: bisque !important; } .footer-navi { background: black !important; }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Home Page Right Feature Widget Title Placement IssueHello,
You can follow https://wordpress.org/support/topic/home-page-video-widget-title-placement-misaligned?replies=2 thread link to get your solution.
Thanks!
Hello,
Please share your site URL so that we can assist you accordingly.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] background color of the boxesHello,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a, #menu .current_page_item a, #menu .sfHover a, #menu li a:hover { background: #2565ac; } #menu .sf-menu li li:first-child a { background-color: #5278F6 !important; }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Home Page Video Widget Title Placement MisalignedHello,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
.sidebar { margin-top: 5px; }Note: Adjust numeric value as per your requirement.
Hope it will resolve your issue
Thanks!
Hello,
I would like to inform you that the contact form uses to appear by default over there..
So you can replace that with the widget area of your dashboard.
Thanks!