Hi All, Can you please provide me some CSS code to create color boxes to highlight important points or links. For example: These are the boxes with hyperlinks to other pages. It will be easier for us to highlight important links. Thank You, P Phani.
Hello, Can you please provide more details about your requirement like , section where you want to create color boxes etc.. Thanks & Regards Pramod Patel
Hi Pramod, I want to create simple color boxes to hyperlink important pages, to highlight the importance. Thank You.
Hi pphani The following CSS creates a color boxes as above. Add a class to the anchor 'colorbox' or simply find the class of that box., write following CSS to your Custom CSS Code: a.colorbox { color: #fff; background: #469BD1; border-radius: 0; font-size: 16px; padding: 8px 13px 12px 13px; }