04/10/2018 at 10:13 am
#458507
Keymaster
@ Diane
RE: Maybe because I’m guessing at the field names.
Open the page in Chrome. Right click on the keyword search input and select the Inspect
option from the menu. Now you will be able to see the class and id selectors you need to use.
RE: Is it possible to change the size of the header text
I’m not sure what you mean by header text. Could you give more detail?
RE: size of the search box?
Yes but not easily. This should get you started:
input#cn-search-input {
font-size: 14px;
height: 32px;
line-height: 32px;
}
input#cn-search-submit {
height: 32px;
}
Tweak as desired.
Hope this helps!