BBCBox augmentation

Started by bubus66, July 28, 2015, 03:34:33 PM

Previous topic - Next topic

bubus66

Hi I have checked the picture where I can raise bigger? Or even more font sizes set

Shambles

Use your browser developer tool to discover the styling (right click > inspect)

bubus66

Hi, I have so much I eat and when you have found you do not ask the question. You can look at the images that need to change ours can not find the element.style. As you see in the image than the first x-small small flat for the second and lifted it.

Gluz

"element.style" means that the style is not in the CSS file but inline in the HTML element directly:
<select name="sel_face" id="BBCBox_message_select_0_9" style="margin-bottom: 1ex; font-size: x-small;">
, which means that need to be changed where the BBCodes are constructed.

That is in GenericControls.template.php on the default theme (assuming that your theme doesn't have it's own template, it's rare to themes have it), around the line 255 you see something like this:
<select name="%selectName%" id="%selectId%" style="margin-bottom: 1ex; font-size: x-small;">
There change x-small for small or the size you want.

bubus66


Advertisement: