Shivani-Rana
Forum Replies Created
-
hi,
thanks for your reply
Forum: Fixing WordPress
In reply to: How to make text start from top of the page??Will you please send me you style.css code here
Forum: Fixing WordPress
In reply to: Twenty Fifteen Theme – Social Iconswill you please provide link of your site
Forum: Fixing WordPress
In reply to: How to remove google verification code from appearing on websiteFor more accurate answer please give theme name & site url
Forum: Fixing WordPress
In reply to: Odd space in the sliderHi,
You want to remove left right white space?
In short want full width slider?
Forum: Fixing WordPress
In reply to: How to change Post entry Font SizeYour Welcome
Forum: Fixing WordPress
In reply to: How to make text start from top of the page??Replace this:-
.page_head {
float: left;
min-height: 150px;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}
to.page_head {
float: left;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}
———————-
Replace this :-.page_head .pagetitle_wrap {
margin: 40px auto;
width: 85%;
}To
.page_head .pagetitle_wrap {
width: 85%;
}
———————-
Replace this :-
#content {
float: left;
margin-top: 30px;
width: 100%;
}
To
#content {
float: left;
width: 100%;
}In your style.css
Forum: Fixing WordPress
In reply to: difficulty adding a testimonial to the home pagePut this code
[testimonial title=”Claudia R”][/testimonial]
It will show only Claudia R testimonial
Forum: Fixing WordPress
In reply to: Images are smaller and less vibrant / sharpplease send url of this image page
Forum: Fixing WordPress
In reply to: Turned off Dialog box need to turn it back on againopen c-panel go to wp-content folder click on theme folder rename or delete your theme
Forum: Fixing WordPress
In reply to: Odd space in the sliderwill you please explain with screenshot
Forum: Fixing WordPress
In reply to: How to make text start from top of the page??.page_head {
float: left;
min-height: 150px;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}Remove hight from this class
.page_head .pagetitle_wrap {
margin: 40px auto;
width: 85%;
}Remove margin from this
#content {
float: left;
margin-top: 30px;
width: 100%;
}Remove margin from this
Forum: Fixing WordPress
In reply to: How to change Post entry Font Sizereplace this code:-
h2.post-box-title {
font-size: 20px;
line-height: 26px;
}
toh2.post-box-title {
font-size: 28px;
line-height: 26px;
font-family: BebasNeueRegular,arial,Georgia,serif;
}at line number 1845 in style.css
Path for style css file:-wp-content/themes/RickKang/style.css
Forum: Fixing WordPress
In reply to: Change opacity menuwill you please explain it clearly. may be i can help. if possible send a sccrenshot
Forum: Fixing WordPress
In reply to: Cannot embed YouTube videos “Failed to embed” errorYou can put code with <iframe> .
You can get this :-
Open you-tube
open your video
click on share button
select embed code copy this code & paste it in your page editor