• Resolved prprcom

    (@prprcom)


    Hi,

    Great theme, I really like it !
    But two issues I Don’t know how to solve :

    1. In the header, It seems impossible to have the Logo + the Title (like in my current theme Themelia, cf. https://www.puissanceetraison.com)

    2. I have made some minor style changes (CSS additions) but I am stuck with the font color / size / hover of the items in the main menu just below the header (for the moment this menu displays the categories of my posts).

    Thank you for your help !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, thanks – glad to hear!

    1) What I would do is put the logo icon, text and description all in one image and upload it under site identity. Another option would be to add another div with a child theme and add the logo that way. Add your code just before line 27 in header.php, before this:

    
    <?php echo boxstyle_site_title(); ?>
    

    2) On line 635-677 you will find the relevant css in style.css. Copy over the css lines you want to override from there to your additional css.

    Thread Starter prprcom

    (@prprcom)

    Many thanks, it works fine…
    Question 1) I prefer the image solution (modifying a .php, mmmm…).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header / Menu items styles’ is closed to new replies.