- Posts: 1
- Thank you received: 0
3 Questions to the Hotel template
-
info@g-bit.de
Inactive member - Topic Author
- New Member
Less
More
11 years 6 months ago #30433
by info@g-bit.de
3 Questions to the Hotel template was created by info@g-bit.de
Hello
i work with the Hotel template and have 3 questions.
question 1: How can i Change the Name in the register-Card. on my page you see '<Name of the Page> - Hot Hotel
question 2: How can i Change the Background Color in the footer (Style 4 -> Black)
question 3: how can i Change the font for the side.
thanks für the answers
i work with the Hotel template and have 3 questions.
question 1: How can i Change the Name in the register-Card. on my page you see '<Name of the Page> - Hot Hotel
question 2: How can i Change the Background Color in the footer (Style 4 -> Black)
question 3: how can i Change the font for the side.
thanks für the answers
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6753
- Thank you received: 718
11 years 6 months ago #30450
by milos
Replied by milos on topic 3 Questions to the Hotel template
Hello,
1. What you mean by the register-Card? If you mean page title in the browser bar, this can be controlled when you edit menu item for any page, under "Page Display Options" tab.
2. If you want to keep using the style 4, you can edit all style's settings by editing the file /templates/hot_hotel/styles/style4.php
3. The left side (column) is in the container with class .column_left. So if you want to change overall size and color of the column's font, you can add this in template_css.css:
Thanks
Milos
1. What you mean by the register-Card? If you mean page title in the browser bar, this can be controlled when you edit menu item for any page, under "Page Display Options" tab.
2. If you want to keep using the style 4, you can edit all style's settings by editing the file /templates/hot_hotel/styles/style4.php
3. The left side (column) is in the container with class .column_left. So if you want to change overall size and color of the column's font, you can add this in template_css.css:
Code:
.column_left, .column_left p { font-size:14px; color:#cccccc; }
Thanks
Milos
Please Log in to join the conversation.
Time to create page: 0.154 seconds