Home Forums WordPress Themes – Premium Preference Customizing header image area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13644
    Hayley
    Member

    Hello,
    I would like to have my logo in the same area as navigation, with the curve around the nav encompassing the logo as well. Tried changing a bit CSS wise, but not getting far.
    Also, how do you remove the colored strip on the bottom of images? Or at least change the color?
    Thanks!

    #13645
    Sushil Adhikari
    Moderator

    Not quite sure what you are wanting to do with the combination of the logo, nav, and the curved graphic…it sounds like you want the logo and nav inside the curve? However, this actually falls into customization and not really theme support, but if you are wanting a redesigned header area, I do offer custom services if you need it. Regarding the coloured bottom border of images, I just added the theme setting to the free version of Preference, but plan to do that to the Pro version shortly. However, if you need to change that, the styling for it is in the theme’s style.css file around line 873

    
    /*.gj-portfolio-intro-image img,*/
    .img-intro img,
    .img-intro-left img,
    .img-intro-right img,
    .img-intro-none img,
    .imageborder,
    .contact-image img,
    .entry-attachment img,
    img.alignnone,
    img.alignright,
    img.alignleft,
    img.aligncenter,
    div.wp-caption img {
    	border-bottom:8px solid #78a5b6;
    }
    

    This applies that bottom border to all the images that use the classes above.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.