Hi. Apollo 13 created an example page for me on the ThemeForest Hypershot comment page. Now that I have purchased the theme, can you send me the code I need in order to create the page below?
http://themes.apollo13.eu/hypershot/stewart/Thanks in advance!
Comments
You can insert this code in HTML version of editor
Or just insert two columns shortcode from shortcode editor( http://apollo13.eu/docs/hypershot/#!/shortcodes ) and then insert in each column image and link it.
With regards.
You can see above the images that it says "HOME" in white. How can I get rid of the page title "HOME"?
body.home .info-bar{With regards.display: none;
}
On an iPone when viewing a slideshow, how can I either change the size of the left / right advance arrows, or the color of them?
Size of arrows could be problematic but for background color use this custom CSS
.arrow-left, .arrow-right {With regards.background-color: rgba(255, 255, 255, 0.5);
}