Clyde! The button look better now..TQAs for the word sponsor, I tried to change follows, but still no changes. Have I change one?
// banner_box
define('BOX_HEADING_BANNER_BOX','Supported By');
define('TEXT_BANNER_BOX','Supported By');
Clyde! The button look better now..TQAs for the word sponsor, I tried to change follows, but still no changes. Have I change one?
// banner_box
define('BOX_HEADING_BANNER_BOX','Supported By');
define('TEXT_BANNER_BOX','Supported By');
Clyde, how do I change the greeting "Welcome Guest! Would you like to log yourself in?" I already follows instruction in the tutorial but no changes. Please see follows changes I did, I just change the sentence to "PLEASE LOGIN".
// Showcase vs Store
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">Guest!</span> PLEASE <a href="%s">LOGIN</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
Got it right, now!TQ
Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner.TQ!
open includes/templates/cork_board/css/stylesheet.css
find the following declaration and add the highlighted portion:
#logo {
display:none;
float:left;
margin-left:176px;
margin-top:0px;
}
admin -> tools -> layout boxes controller -> sideboxes/cork_board/search_header.php (turn it off)