Close

General Discussion

nikola.dragiev
8 years ago
#10251 Quote
Avatar
  • Moderator
  • 154
Hello,

Thank you, I have received your message.
Best regards,
Nikola Dragiev
Nop-Templates.com
markokrstic
8 years ago
#10719 Quote
Avatar
  • 37
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. 
Peter.Zhekov
8 years ago
#10727 Quote
Avatar
  • Moderator
  • 104
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.
Regards,
Peter Zhekov
Nop-Templates.com
markokrstic
8 years ago
#10729 Quote
Avatar
  • 37
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?
markokrstic
8 years ago
#10730 Quote
Avatar
  • 37
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
markokrstic
8 years ago
#10731 Quote
Avatar
  • 37
<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 :(
Peter.Zhekov
8 years ago
#10732 Quote
Avatar
  • Moderator
  • 104
Hi Marko,

Can you provide me access to live site, to inspect the code and to tell you what to do.
Regards,
Peter Zhekov
Nop-Templates.com
markokrstic
8 years ago
#10733 Quote
Avatar
  • 37
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
Peter.Zhekov
8 years ago
#10741 Quote
Avatar
  • Moderator
  • 104
Hi Marko,

We will appreciate if you use our "Ticketing system" to declare your request to support. Thanks in advance!
Regards,
Peter Zhekov
Nop-Templates.com
markokrstic
8 years ago
#11853 Quote
Avatar
  • 37
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?