Sticky menu/mobile menu color

Posted in: Newsmag
Post count: 39

Hi Tag Div

Is it possible to change the sticky menu and mobile menu color? I want grey instead of turquoise for these elements only, while keeping turqouise on the desktop menu bar.

didgeproject.com/wp
OR
didgeproject.com (whichever one is live with Newsmag).

Cheers,

AJ Block

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/NXqDAKfuRgnw

@media(max-width: 768px){
.td-pb-row .td-pb-span4 {
background-color: gray;
}
}

Thanks!

Post count: 39

Hi Andrei,

Thank you for getting back to me. I guess I wasn’t clear on what I am looking for.

I’m trying to change the color on mobile display only, without changing how it affects the desktop site. See image:
http://tinypic.com/r/11tqw4p/9

How can I change this color (shown in turquoise) for mobile only?

Thank you,

AJ

Post count: 9544

Simply adjust the media query size you want to impact. Worthwhile to learn how responsive CSS works … meaning, there are several “break points” for desktop, ipad, phone, etc.

So, you can target a specific “size” device by over-riding the CSS for that breakpoint (in the example provided the CSS should only have over-written the @media breakpoint for devices “up to 768px”.

Worthwhile to look at the style.css and see what the default size breaks ( @media ) sizes are. This gives you a sense of which kind of thing you can target with custom CSS when not just one device size.

Just food for thought as you can learn by experimenting, so that you can make future changes more easily.

Post count: 39

Hi Chris,

Another issue. I cannot get my youtube video’s annotations to load on my video post page:

http://www.didgeproject.com/wp/didgeridoo-lessons/how-to-play-didgeridoo-for-absolute-beginners/

or

http://www.didgeproject.com/didgeridoo-lessons/how-to-play-didgeridoo-for-absolute-beginners/

Do you have any suggestions?

Anotations occur from 12:00 to 12:22

Thank you!

AJ

Post count: 6535

Hi

The theme does not control the content delivered by youtube, it only embed the video in order to be displayed. However I’ve test this on my side and the annotations are displayed fine: http://screencast.com/t/7mQq68ePfnu8
Please make sure that you set your annotations properly then test again, Also you can test this with a default wp theme.

Thanks!

Post count: 39

Hi Tagdiv,

I tried changing a permalink and my site instantly crashed.

Now I’m getting:


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@didgeproject.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Here’s the link I changed to:

http://www.didgeproject.com/musicianship/how-to-most-efficiently-use-your-music-practice-time-on-any-instrument/

Please help!

AJ

Post count: 6535

Hi

I’ve checked your site and now works fine: http://screencast.com/t/GYDFiHNpCZiV
Regarding the 500 error, that is not caused by the theme. For more details about this error please check this topic: https://forum.tagdiv.com/topic/error-500-on-my-site/

Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.