ThemeForest

Blast WordPress Theme

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
  • United States
MissJoy Purchased

url.com/portfolio/test – page not found… when it clearly is a portfolio page or it wouldn’t be showing up under portfolio at all.

Z-Themes

Wow! You Fast

Just Test my theme and got the same problem The Problem is Permalinks… You need to refresh permalinks settings Go to Settings > Permalinks and choose the default option, then go back to Post Name option ( I always use this option )

MissJoy
MissJoy Purchased

That worked, thank you! :)

MissJoy
MissJoy Purchased

Where in the css or files do I need to edit to remove the grey dotted lines at the top & bottom of the pages and also the black stripe across? Thanks!

Z-Themes

.header-outer,
.footer-outer {
    border: 0;
}

.page-title {
    border: 0;
}

.widget-title {
    border: 0;
}

Z-Themes

Insert this code to
Appearance > Theme Options > Styling Options > Custom CSS

MissJoy
MissJoy Purchased

This only removed the black line but not the grey dotted lines at top and bottom. How do I remove those?

Also how do I change “View project” to say other text?

Thank you

Z-Themes

1. Try this

.header-outer,
.footer-outer {
    border: 0px!important;
}

2. Go to Appearance > Editor, find the template-portfolio.php file (at the very bottom) Next, find the following line

<span>View Project<i class="icon-chevron-right" /></span>

And replace this text to whatever you want

by
by
by
by
by