inkthemescom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] "Feature Text Heading"Hello,
Try this code for once in your custom CSS field..
.content-info h1.title { color: blue !important; font-size: 41px !important; }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Bold the "Page Title"Hello,
Sorry for misunderstading..
It seems that you are interested to Bold the Page Title with custom CSS code.
So for that, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
.content-info h2 { font-weight: bold; }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] My Home page not displaying your default home pageHello,
If you are looking to change backgroung color of your theme, you just have to paste the code given below in Custom CSS section(Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
.container { background-color: #000000; }Note: you can also change color as per your interest.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Mobile: Images on Page look distortedHello,
As I have checked your site, the image looks absolutely perfect.
Here’s link of screenshot, please have a look.
Link: http://screenpresso.com/=OHLxb
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] News/blog page & remove the guide on where you areHello,
Here’s the solution of all of your above issues according to the order.
1.) Is it possible to make a own page to show all news/blogs? I didn’t find in nice to have the blog on the frontpage.
Yes, it is obviously possible. For that, you have to create a Blog page and assign that as Blog page from the template. So as doing this your blog will appear over this page.
Please follow the link of screenshot given below.
2.) How to remove the guide on where you are?Example: “Home ยป ABOUT ME”
Could you please explain a bit more about your concern that what you exactly want to change with some edited screenshot..
If you are unable to create screenshots then you can use http://www.screenpresso.com that will help you to create screenshots.
3.)How to move the title of the page higher up? (remove the space)
for example on the about me page, there is a big gap between the “ABOUT ME” title and the menu ๐Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
.content-wrap h1 { margin-top: -36px; }Note: adjust numeric value as per your requirement.
Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] How to begin?Hello,
Please follow the link of the screenshot given below.
http://screenpresso.com/=WknUe
Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Remove blog carouselHello,
It seems that you have resolved your issue by your own.
I really appreciate your efforts in exploring the things….
Let me know if have further doubts so that I can assist you.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Changing logo for mobileHello,
We have replied you at https://wordpress.org/support/topic/footer-changing-color-of-the-second-line?replies=3 thread link.
Please have a look.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] FOOTER: Changing color of the second lineHello,
I am sorry but that would not be possible to change the logo on mobile device particularly.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Mobile Version of ColourwayHello Sakina,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
@media only screen and (max-width: 480px){ .content-info h2 { font-size: 22px; } .sl-slider-wrapper { display: none !important; } }Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Colorway not working on homepageHello,
It’s not matter of theme compatibility..
I would like to inform you that WP Super Cache plugin is used after completing all the changes in your theme otherwise your changes will not appear when you activate this plugin while doing all the changes..
Hope you understand.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] "Feature Text Heading"Hello,
Could you please provide us ‘URL’ of your site so that we can better assist you?
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Menu not showing up on IphoneHello,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
@media only screen and (max-width: 767px){ .sl-slide-inner h1 { font-size: 28px; } .sl-slide-inner p { font-size: 16px; } }Note: change numeric value as per your requirement.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Mobile: Images on Page look distortedHello,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
@media only screen and (max-width: 480px){ .img_thumb_feature { width: 95% !important; } }NOTE: Ajust numeric value as per your requirement.
Hope it will resolve your issue
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Bold the "Page Title"Hello,
Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS)of your dashboard.
.content-info h2 { font-size: 34px; } .feature_blog_content h2 { font-size: 35px; }Note: Change numeric value as per your requirement.
Hope it will resolve your issue
Thanks!