Drop down menu on home page is visible but not visible on other pages - wordpress-theming

I am very new to web development. I am trying to develop a website using Word press Astra them. Its basic Astra them and not PRO.
The problem i am facing is.....
The drop down menu is visible on my home page but not visible on other pages.
Its white (Text color) and white background may be that's the issue...
My query is how to change background color and text color in word press Astra them on other pages other than home page.
Thanks you!

Related

Which part of this HTML template controls the scrolling?

I'm trying to create my own website using this HTML5 template. In this link when I scroll down or up the tabs change (e.g., from "about" to "Things I Can Do"). Also note that if you click on one of the tabs (e.g., "Things I Can Do") the main website stays the same -- "https://html5up.net/read-only".
I'm extremely new to HTML and trying to figure out which part of the code (I'm not attaching it here because it's long and can be downloaded from the link) controls the scrolling, as I'm having 2 issues after modifying it for my needs:
When I click on one of the tabs the website change from my_website to my_website/#one or my_website/#two, etc.
I can see the part of the code that references that:
<li>About</li>
<li>Things I Can Do</li>
<li><a href="#three">A Few
but I'm not sure how to modify this to still scroll to the correct section (e.g., about) when I click on the about tab, without changing the website to my_website/#one
When I go to my_website and scroll only the last 2 tabs change when I reach their sections. Moreover, if I click on one of the tabs about, which as mentioned above changes the website to my_website/#one, the tabs don't change anymore even if I go to the next section on the page.
Apologies for not sharing my code, it's long and I didn't want to clutter this. I am happy to answer any questions! Again, I never touched HTML5 before so this is all new to me.
If you want that on Clicking one tag then it goes to that section of page then use a attribute in style tag called scroll-behavior: smooth and then when you click on any tab it goes to that part of page.

Banner news in Wordpress is separated?

Can you please help me solve the problem with this page https://noviero.com/ which is in wordpress? It is a free theme so there is no customer support.
This banner news gets separated when page is opened, but if I zoom the page or click on Windows Restore down everything on the page gets on the right place?
This is the space between elements on the banner when page is first opened:
This is how the page looks like after I zoom in then out. Everything gets as it should be:
Is there something I could do in CSS or what?
https://noviero.com

How can I stop anchors link from another page scrolling to correct section then jumping to top?

On my WordPress website I have a main navigation containing anchor links that scroll to different sections of the home page (e.g)
About Us
However when the main navigation links are clicked from sub pages (e.g. if the navigation links are clicked from a page like the below)
http://thisismysite.com/contact-us
it successfully goes back to the home page and scrolls to the correct anchor, but it then jumps to the top of the page when the page loads completely.
Any ideas what can fix this?

Bootstrap web page shaking when cursor moveover on hyperlink button

I have made web application using by Bootstrap and Cakephp. One of the master - list screen, Every row has a action edit/delete hyperlink buttons. When i cursor move on the hyperlink edit/delete buttons with bootstrap classes (btn-primary, btn-danger), the web page has automatically shake all the time. I guess issue in the btn a:hover classes. Anyone help me. Thanks in advance

How to prevent opening a link of the submenu when tapping the menu?

I have this problem with this basic multi-level responsive menu I made while using :hover (I'm not a profesional. I'm just someone who knows some html, css and wants to create a theme for a favourite website).
When using a mobile device (Chrome for Android):
if I tap the second menu entry (I still haven't mod the link for the responsive mode of the first menu "Forums"), the submenu opens just fine
If I tap the third menu entry, its submenu will open, but in the process it will also tap a link inside the submenu.
I pressume it is because the height of the menu container changes when each submenu is opened and when the submenu is opened the tap is still active and it clicks a link of the submenu.
How do I stop that from happening?
This is the website where the theme in construction is: http://etrostruewowdesigncomplete2.esy.es/phpBB3/index.php
The menu itself is still not finished (i have to hide some links in responsive modes and icons). The menu container opens when taping on the search icon.
This the menu. For example, when opening Community's submenu with a tap, the link highlighted is also taped in the process:
Here is a screenshot of the menu on small screen :
I've decided to go with onclick events for the menu. Hover will just not do it.