Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] changing color of older articles tabYou are welcome 🙂
If you want that back. you can just delete that whole css and everything would be back.
Forum: Themes and Templates
In reply to: [Fashionistas] Hard Coded Links & An Error?Hi J
can you share a link to your site and can you let us know where did you get the theme downloaded from?
Thanks and Regards
MarutiForum: Themes and Templates
In reply to: [Fashionistas] changing color of older articles tabHi V
You can use following css to make this work.
I would suggest you to make the changes using a child theme or by using a custom css plugin.
.site-content [class*="navigation"] a { background-color: #198c19; border-color: #000033; } .site-content [class*="navigation"] a:hover { background-color: #000033; border-color: #198c19; }Make the hex code changes as per your need.
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add Custom Search Mobile versionHi X
can you be more elaborative and also can you share a link to your site for us to review?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Navigation Displaying Incorrectly on MobileHi H
I checked and I am pretty sure this is no way connected.
if you are using a child theme can you please update the parent theme, it seems more like a js issue.
Also the container width is 980px. Please change a logo of your site with a width max to 980px.
Let me know how it goes
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Mobile Sidebar Off Center and Can Not be ReadHi Glen,
The theme is mobile friendly and until unless you have made some changes.
you can get add this following custom css to make this work.
Add the following to the child theme and custom css plugin.
@media screen and (max-width: 960px) { .container { width: 90% !important; } }Forum: Themes and Templates
In reply to: [Fashionistas] Meta tagHi R
This topic is beyond the scope of this support forum.
Please check more on SEO and I would reccomend you to start from here.
Thanks
Hi Glen,
I am sorry but I dont understand what you mean.. can you please explain what you mean by configurator..
I guess some screenshots will help here.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Moving the featured image on posts to the centre?Hi K
can you please create a new thread for this issue. I am pretty sure I will look into it.
this thread has already been messed up.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] AT Tabs not workingHi M
can you please create a new thread with your issue and I am sure we will address that.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Problens with fonts (css) in Child ThemeGood to know that.
can you share what you did and mark this thread resolved so that others looking for something similar would find it easier.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Adding space between paragraphsGood to know that.
can you share what you did and mark this thread resolved so that others looking for something similar would find it easier.
Thanks
Now you have done the right thing.
The max width should be 980px as the container width is 980px.
Anything more than that will add a scroll at the bottom for firefox and chrome is smart to get this right anyway 😉
So to conclude an image with max width of 980px and you will be good 🙂
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Remove top menu in mobile viewHi Glen,
It is always advised to start a new thread for new issues and let keep the threads exclusive. hope you would do that henceforth.
Now, to make the top navigation hide for all screens add the below css.
#top-navigation { display: none; }Hope it helps!!
Thanks