Hi Guys,
I would like to change font size, font of main menu and also other parts of the module. Let me know how I can do this? There seems to be no option to do this in the dashboard.
Thanks,
Sam
Hi Guys, I would like to change font size, font of main menu and also other parts of the module. Let me know how I can do this? There seems to be no option to do this in the dashboard. |
Font sizes, colours, weights, etc, are control by the CSS stylesheets in the templates. If you are not planning on having or using multiple or custom templates, you can just change the styles in the base template; otherwise, you might want to learn how the Dolphin template system works. Geeks, making the world a better place |
Never ever change anything in the base css folders or in the uni folder for that matter. Make a copy of the uni folder and rename it to something unique. Then edit tmpl_name/scripts/BxTemplName.php and change the information you see to something unique for template name, vendor, and preview... https://dolphin-techs.com - Skype: Dolphin Techs |
I guess I am bad because I did. Geeks, making the world a better place |
I wish there's a module that will allow me to just control the font/font size of different sections of my site :-( |
Ok which file I need to play around to edit the top menu links, blog section and public events? |
you can install firebug plugin for firefox, and page speed plugin, after you open your web page annd clik on the right and select "control element" with firebug and you can see css files, after you can edit via ftp your css files all you ned brunno |
not that easy. I used Inspect Element of Chrome and CSS all points to gzip_loader.php which in return points to some css file I can't locate like http://filipreneurs.com/gzip_loader.php?file=bx_templ_css_a7c3aeb66fdf6fe34ee322f12f6e863c.css That files does not exist so I'm stuck. Sam |
When using Chrome, right click to inspect element, you will see a menu at the top 'Elements' - click on that. This is my signature, there are many like it but this one is mine... |
Make sure you have disabled all cache in admin panel This is my signature, there are many like it but this one is mine... |
you will see a menu at the top 'Elements' - click on that.
I can't find it. See sample image below. Its all pointing to that gzip_loader.php file. |
Disable the cache in admin. The css files that you need are either anchor.css , general.css , common.css or topmenu.css in your current template, which looks like uni. This is my signature, there are many like it but this one is mine... |
nice thanks !!! |