Close

Profile: markokrstic

Avatar

User posts

8 years ago

Peter.Zhekov wrote:
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.
 

Hello,

www. wildmarkoutfitters. com 

on PC working, on mobile phone doesn't work

8 years ago

Hello, 

suddenly categories on home page dont want to load on mobile phones. 

 

on PC they working, on mobile phones, android and iphone doesnt work. Any suggestion?

8 years ago

Peter.Zhekov wrote:
Hi Marko,

Can you provide me access to live site, to inspect the code and to tell you what to do.


check your PM

8 years ago

<h2 class="title small-title odd">
                <a href="/new" title="Show products in category NEW">
                    <strong>NEW</strong>
                    <span>Shop Now</span>
                </a>
            </h2>

I have this to change in that below: 

<h2 class="title big-title even">
                <a href="/new" title="Show products in category NEW">
                    <strong>NEW</strong>
                    <span>Shop Now</span>
                </a>
            </h2>

idk which html file is that :(

8 years ago

first pic is not loaded idk why, but I wanted to delete post and repost but Im always kicked out from website. In new post I cant add links or pictures :( 

here is direct link for first picture: http://i.imgur.com/ArWlDTG.png

8 years ago

Peter.Zhekov wrote:
Please excuse us for the delayed respond.
This is what you must do to achieve the wanted result:
Go to 'administration --> Plugins --> 7Spikes Themes --> Nop Urban theme --> Custom head styles' and add the code below:

.home-page-category-grid.banner-included .item-box .title.small-title strong {
   width: 102px;
}
.home-page-category-grid.banner-included .item-box .title.small-title a {
   padding-top: 70px;
}
.home-page-category-grid .title.small-title.odd a strong::after {
   display: none;
}

Please pay attention to the bold passages. They might have different values - it's your decision (if you want to place the title lower, just add more padding-top). One more thing, keep in mind that these changes will apply on the other similar categories, so if this does not satisfy you please write back and we will try to solve the problem.


hello and tnx on answer. this code doesnt work, it removed only "//" from NEW//. 

I found how to fix NEW// to be only NEW in one line but I cant find files to edit them :( 

here is original: 

 

here is when I changed it: 



Also I need to fix Featured Products to be in 2 lines, not in 4 lines. 

Can you help me to locate this files to edit them?

8 years ago

Hello guys,

I have 2 questions how I can solve this in Urban theme:




all other is awesome, just this two fixes. 

If you guide me in which files and lines to change it, I will be more than thankful.