Academica theme: Add logo/image above menu – possible?
-
Hi there,
I would like to put three logos above the menu header (home, about us…) of the organizations organizing this conference presented on the website. I am just a newbie with CSS but would highly appreciate the CSS code and some instructions on how to do this. Any advice would be appreciated. Thank you!The blog I need help with is: (visible only to logged in users)
-
Can you use an image editor program and get all the logos into a single image. Upload the image to your media library and replace its url in the following CSS.
Please note you can adjust the width of the image on the display using ?w= notation for example ?w=960px as shown below.
#main-nav:before { content: url('https://chaittestpress.files.wordpress.com/2015/01/2-aurelien-bellanger.jpg?w=960px'); } -
- The topic ‘Academica theme: Add logo/image above menu – possible?’ is closed to new replies.