DIR Return Create A Forum - Home
---------------------------------------------------------
Innsane - The Independent Innkeeper Forum
HTML https://innsane.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Discussion
*****************************************************
#Post#: 1033--------------------------------------------------
Book Now - Changes to RK
By: Generic Date: March 2, 2026, 8:22 am
---------------------------------------------------------
If anyone wants some help on moving to the new triggering system
for RK, just ask for help.
They (He) implemented a brand new search and a brand new button.
I have them up and running on my website and with the help of
Gemini, I also set it up as a booking page, so I don't have to
send people to an RK URL, I send them to my URL but with a
?book=now and it will load my home page and slide in the booking
page. I also got his new date picker, etc installed.
Okay and in my case, I even managed to do it in 2 languages. But
the point is, I can give our a URL with my name for people to
use for booking and it looks very professional.
#Post#: 1035--------------------------------------------------
Re: Book Now - Changes to RK
By: Arks Date: March 2, 2026, 8:35 pm
---------------------------------------------------------
HTML The reservation page I've always given out is https://www.[my
website].com/reserve/ so it doesn't mention RK. Best I recall,
the RK reservation stuff is embedded on a regular page of my
website.
I'll go poke around your website and see if I see something
worth making the change. Thanks for reporting it, as I'm lax
regarding to following changes/enhancements at RK. In the old
days, it was Momma Smurf who kept us updated. She watched RK
like a hawk!
#Post#: 1036--------------------------------------------------
Re: Book Now - Changes to RK
By: JimBoone Date: March 3, 2026, 4:04 am
---------------------------------------------------------
[quote author=Arks link=topic=178.msg1035#msg1035
date=1772505333]
In the old days, it was Momma Smurf who kept us updated. She
watched RK like a hawk!
[/quote]
Momma Smurf is still with us on the RK forum, attempting to sway
Mr. John to improve the accessibility of some of the fonts and
colors in the new offerings. Perhaps we could encourage her to
visit us here as well.
#Post#: 1037--------------------------------------------------
Re: Book Now - Changes to RK
By: Generic Date: March 3, 2026, 8:19 pm
---------------------------------------------------------
You just change the CSS to change the fonts. He doesn't need to
change anything. I had AI help me rewrite the CSS. In fact, it
does some neat stuff to make it highlight stuff too on my
website.
#Post#: 1038--------------------------------------------------
Re: Book Now - Changes to RK
By: Ammom Frums Date: March 4, 2026, 7:49 am
---------------------------------------------------------
Generic, how would you change the Check In/ Check Out fonts to
be bigger and have more weight within the script? I've tried
various Css parameters, and none work.
#Post#: 1039--------------------------------------------------
Re: Book Now - Changes to RK
By: Ammom Frums Date: March 4, 2026, 8:23 am
---------------------------------------------------------
[quote author=Arks link=topic=178.msg1035#msg1035
date=1772505333]
HTML The reservation page I've always given out is https://www.[my
website].com/reserve/ so it doesn't mention RK. Best I recall,
the RK reservation stuff is embedded on a regular page of my
website.
I'll go poke around your website and see if I see something
worth making the change. Thanks for reporting it, as I'm lax
regarding to following changes/enhancements at RK. In the old
days, it was Momma Smurf who kept us updated. She watched RK
like a hawk!
[/quote]
I highly recommend moving to the new themes, date pickers, etc.
#Post#: 1040--------------------------------------------------
Re: Book Now - Changes to RK
By: gillumhouse Date: March 6, 2026, 4:51 pm
---------------------------------------------------------
I am back from Cleveland - THICK Fog & rain yesterday morning -
but I survived.
I just pulled up my website and clicked the book now. It came
up. What should I be worried (if anything) about. We (I now)
know now why Generic was trying to get into my web page - he
knows I am a Luddite!
Are the changes a BIG DEAL - enough to ask RK to fix for me or
will I just limp along business as usual?
#Post#: 1042--------------------------------------------------
Re: Book Now - Changes to RK
By: Ammom Frums Date: March 7, 2026, 8:02 am
---------------------------------------------------------
[quote author=gillumhouse link=topic=178.msg1040#msg1040
date=1772837472]
Are the changes a BIG DEAL - enough to ask RK to fix for me or
will I just limp along business as usual?
[/quote]
Definitely a big deal! Read John's blog on huge updates plus
there is a whole new drastically improved Slideshow presentation
now available.
HTML https://www.reservationkey.com/blog/modernize-existing-reservation-pages
#Post#: 1043--------------------------------------------------
Re: Book Now - Changes to RK
By: gillumhouse Date: March 7, 2026, 10:54 am
---------------------------------------------------------
Thank you.
#Post#: 1044--------------------------------------------------
Re: Book Now - Changes to RK
By: Generic Date: March 9, 2026, 4:27 pm
---------------------------------------------------------
See, I used AI to help me make the changes that I needed. So I
asked which lines needed to be changed:
Here are the specific lines to change in the CSS of Warm /
Hospitality:
1. The Main Body Text (Global)
Around line 100 and again at line 1015, you will find the
primary font size settings. Changing these will affect the
majority of the descriptive text and table data.
Line 101: Change font-size: 14px; to a larger value (e.g.,
16px).
Line 1017: Change font-size: 14px !important; to your preferred
size.
css
Copy
/* Line 1017 */
body, td {
font-family: 'Inter', -apple-system, BlinkMacSystemFont,
'Segoe UI', sans-serif !important;
font-size: 16px !important; /* Change from 14px */
...
}
2. Room Names and Titles
If you want the headings (like room names) to scale up as well,
look at these lines:
Line 107 (Room Prices/Names): Change font-size: 18px;.
Line 315 (Page Title): Change font-size: 24px;.
Line 1068 (Room Titles): Change font-size: 18px;.
3. Buttons and Inputs
The buttons and form fields have their own explicit sizes
defined:
Line 78 (Buttons): Change font-size: 14px;.
Line 93 (Input Fields): Change font-size: 14px;.
Line 945 (Reserve Button): Change font-size: 14px !important;.
4. Navigation and Calendar
If the calendar text feels too small, you can adjust the
following:
Line 515 (Calendar Headers): Change font-size: 14px;.
Line 545 (Room Listings in Calendar): Change font-size: 13px;.
Pro Tip: If you want to make everything larger proportionally
without hunting down every line, you can add zoom: 1.1; (for
110%) to the body, html selector at line 63, though this can
sometimes interfere with layout alignment on complex grids.
*****************************************************
DIR Next Page