article and menu...

Support desk for Multipurpose Quark Theme
GK User
Sun Jan 24, 2016 12:06 am
Hi, I need to know how I can change the color of the menu, based on my needs color, style, etc. Well, for example, in the article of the photo you sent, just hidden the name of the article, introduction, the menu is not displayed since the letters are white. As I can solve it ?, Thanks, greetings. René :shock: :?: :idea:
Screen_Menu_Article.jpg
User avatar
Platinum Boarder

teitbite
Wed Jan 27, 2016 10:36 am
Hi

In template configuration You will find page class suffix section. Make sure to remove "dark-bg" suffixes from pages which starts with a white background.
User avatar
Moderator

GK User
Wed Feb 03, 2016 9:50 pm
Hello !, thanks for your reply. Do the proposed change, but does not work, maybe did not understand or did something else ... could check, thank you, greetings.
* ItemID 1035 - dark-bg
User avatar
Platinum Boarder

teitbite
Thu Feb 11, 2016 3:12 pm
Hi

Sorry, my bad. I asked to remove "dark-bg" suffix, but in fact every article is expecting to have an image in our template and "dark-bg" suffix is forced here. So to remove it I had to edit file /layout/default.php and changed line 108 from:

Code: Select all
$dark_bg = ($one_page_item || $category_page) && !$tag_style_page && !$item_id == $error_item_id ? ' dark-bg' : '';


to

Code: Select all
$dark_bg = ($one_page_item || $category_page) && !$tag_style_page && !$item_id == $error_item_id ? '' : '';
User avatar
Moderator

GK User
Thu Feb 11, 2016 7:33 pm
Thank you, very much. René
User avatar
Platinum Boarder


cron