Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Featured Image AlignmentHi fashionswain,
I looked into your site and you are using a different theme namely celebrate. Please visit the corresponding support forum for help.
Thanks
Hi Kimberley,
However same the topic seems, it is really not as it changes with site and contents. So I will advice you to create new topics for further support.
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
I assume you want to remove the tag and category section from every where, which you can do by adding below
.entry-footer { display: none; }To remove the next – prev article section from single post
.site-content .post-navigation { display: none; }Hope it helps!!
Thanks
Hi Renai100
Do you want to remove the above from the single post ?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] post titles linking to about pageHi Lib,
I saw the issue you are talking about.
It seems you have hooked a function wrongly.
If you know Php/Wordpress can you please look into your theme’s function.php file for the hook/function.
Thanks
Hi Mia,
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 { background: #fff; }Hope it helps!!
Thanks
Hi Mia,
Glad to know that the forum helped you in fixing few things yourself.
I can totally help with you with the other thing, but can you please share a link to your site so that the visualization of the thing you are saying gets even clearer.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Makeing the pictures on the home page biggerGlad it helped
Forum: Themes and Templates
In reply to: [Fashionistas] Makeing the pictures on the home page biggerHi Kimberley,
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
.entry-thumbnail img { margin: auto; }Hi Shyamraj,
This is something I need to look at myself and then get back to you, but at the same time I am not sure if this is an issue with the theme.
You can try and switch to a different theme and look if it works? and if it doesn’t you may want to ask the question in a different thread in different forum in wp.org to get quick answers.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Text's Color in MenuHi … I am sorry i dont speak other language. For translation please use google translate.
Thank you
Forum: Themes and Templates
In reply to: [Fashionistas] Thumbnails for Recent PostsHi xameliax,
Adding a featured image to the recent posts will involve custom coding.
Basically you can do it yourself or can look for a plugin which does it
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Text's Color in MenuHi benja_albirrojo,
I looked into the site and 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 li a { color: #000; }“#000” is the hex color code and it will make the texts black, you can choose color codes of your choice.
Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Text's Color in MenuHi benja_albirrojo,
I too get the same thing as Steve, the above credentials doesn’t work.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] A few ??? From newbieHi cousin becky,
1) Can you tell us which part/section of fonts you want to make bigger. you can do it by adding the css in your theme’s style.css file
Link: W3schools2) This theme provides two menu are and thus it goes across pages.
You can remove it by adding the below code#top-navigation { display: none; }3) Can you please explain more about adding a picture, what do you want to achieve here.
4) For the social icons to work add the complete link including “https”
for example for twitter “https://twitter.com/siliconvlodge”Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Remove Tags on Front PageYou are welcome 🙂