Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Feature ImageHi
Yes you can make it square. But do you have a image size if yes then add the image size using the add_image_size().
Then using the handle in content.php line number 25 which now says.
the_post_thumbnail( 'thumb-featured' );and replace “thumb-featured” with your custom image size.
Please go through the_post_thumbnail for more details.
Also I would advice you to do the changes using a Child Theme to keep the changes preserved even after the update
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Border Around Blog ContentHi
To get that effect, the easiest way would be to wrap the whole content of your site into one container say a div and then use the Box Shadow to make the effect happen.
The reference site is using the below css code.
-moz-box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; box-shadow: 0 0 5px #999;Hope it helps!!
Thanks
Hi bonjour.blog.br
Yes I understood the issue, can you please share a link to your site so that we can have a look?
Thanks
Hi bonjour.blog.br
Can you please translate your question and try again?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Feature ImageHi,
To have featured images uniform in the home page, you need to maintain the ratio of 640: 250 that means the image size should be greater than or equal to 640px wide and 250px high.
I guess you have figured it out, as I see the the first two images perfectly placed.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add current location and move commentsHi
I looked into it.
Can you please be more clear what do you mean by “where the “leave a comment” stays and I wanna move “leave a comment” to the left side with an icon.”
I guess you want to say something else.
Forum: Themes and Templates
In reply to: [Fashionistas] Menu Font ColorYou are welcome 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Top Menu Bar Align RightYou are welcome.
Glad it helped.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Drop-down menu doesn't work on mobile phonesHi Vito,
You can do it by adding the below code in your theme’s style.css file.
I would advice you to do the changes using a Child Theme or by using a My custom css plugin to keep the changes preserved even after the update
#main-navigation > .sf-menu > ul { overflow: visible; }To add a scroll add
#main-navigation > .sf-menu > ul { overflow: scroll;Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Featured Image size?Thanks wereinthepipefivebyfive 🙂
Hi
Can you please share a link to your site, so that we can have a look ?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Top Menu Bar Align RightHi
You can do it by adding the below code in your theme’s style.css file.
I would advice you to do the changes using a Child Theme or by using a My custom css plugin to keep the changes preserved even after the update
.sf-menu #menu-top li { float: right; }Please give us more details about which fonts are you talking about here?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Menu Font ColorHi
I am a little confuse if you want to change the font color to white and keep it consistent or grey and keep it consistent.
So I am giving you the codes for both, use the one you need.
You can do it by adding the below code in your theme’s style.css file.
I would advice you to do the changes using a Child Theme or by using a My custom css plugin to keep the changes preserved even after the update
To make it white
#main-navigation li a { color: #fff; }To make it grey
then remove the color code from line number 521 from your style.css file
which is something like below#main-navigation li a { color: #fff; }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] SizesHi
Can you please share the link so that we can look into the site and would be in a better postion to help?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add current location and move commentsHi
Can you please share the link so that we can look into the site and would be in a better postion to help?
Thanks