ionwordpress
Forum Replies Created
-
Hi,
Those having this same problem. Here’s the Custom CSS code you can use to solve the problem of Big White Space appearing on mobile phones.
Just copy and paste this code into your Custome CSS.
@media only screen and (max-width: 767px){
.mean-container .mean-bar {
margin-top: 0px;
}
}Anyone need a fix to this problem. Here’s the solution by pasting this code into the Custom CSS.
.content img {
max-width:100%;
height:auto;
}Forum: Themes and Templates
In reply to: [ColorWay] add Alt text on slider images of Home pageThanks much. The issue is resolved
Forum: Themes and Templates
In reply to: [ColorWay] Removal of "testimonials quote apostrophe"hi,
sorry i can’t share the URL here. Can you please provide me an inktheme email ?
Forum: Themes and Templates
In reply to: [ColorWay] add Alt text on slider images of Home pageHi,
Thanks.
After uploading the slider images into the media field of the dashboard, How do i use it on my homepage as slider images ? how to select from media and use as slider images on homepage ?
Forum: Themes and Templates
In reply to: [ColorWay] specifying image dimensionsHi,
I have set the images dimension as per the recommended size.
Then, after running GTmetrix.com…, the report says to specify image dimensions for all images on the homepage.
Do you know why is GTmetrix recommending to specify image dimension again?
Forum: Themes and Templates
In reply to: [ColorWay] Include descriptive texts into my HomepageHi,
Appreciate your help.
Kindly let me know whether this is possible or not ?
Hello,
Can make the Homepage slider opens the link in the same window ?
Forum: Themes and Templates
In reply to: [ColorWay] add Alt text on slider images of Home pageor where can i set them ?
Forum: Themes and Templates
In reply to: [ColorWay] "Feature Text Heading"Hi, sorry i could not place the url.
can you provide your email ? i can send you the access.
I saw that it work on the video you send earlier. But it cannot work for mine and I think it could be the different version that we are using. My version is Colorway Pro ver 3.5.1
Forum: Themes and Templates
In reply to: [ColorWay] Bold the "Page Title"Hi,
You may have mis-read my post. Actually i would like to Bold the Page Title with custom CSS code.
Forum: Fixing WordPress
In reply to: Can i make the page title bold?Hi,
How about custom CSS to bold all “Page Titles” and “Post Titles” ?
Forum: Themes and Templates
In reply to: [ColorWay] Bold the "Page Title"Hi,
My version is Pro version 3.5.1
if I used <b>Page Title</b>, then my Sitemap will show “<b>….</b>” too which is not quite nice.
Can we use custom CSS code to :-
1) bold the Page Title ?
2) bold the Post Title ?Forum: Themes and Templates
In reply to: [ColorWay] "Feature Text Heading"Hi,
Thanks much for your help, especially the video clip.
My Colorway is Pro Version: 3.5.1
The CSS code to adjust the font size of second line heading of feature text heading – Working!
the CSS code is not working…to change color and font size of feature text heading.
.content-info.home h2 {
font-size: 40px !important;
color: blue !important;
}Forum: Themes and Templates
In reply to: [ColorWay] Can't Change Link Hover ColorHi,
how to change hover over to Bold and same link color ?