Replies: 0
I am migrating current site from WordPress.com to BlueHost. The new site is not live yet so I can’t give you a link. I’m making some tweaks,largely because the Franklin theme works differently in BlueHost WordPress than in WordPress.com WordPress!?!?!
I am trying to fix the appearance of the main menu. In the wp.com version of Franklin this was available to me in the Customizer but it is not in the BlueHost version. I’ve fixed most things with Additional CSS but have run into the following problem in the Customizer:
Customizer / Typoography / both Default and Theme Typography / any font control / Style tab
Here is a PDF with with images of the problem and some differences in the available tools.
When I try to change use a custom color in the Style tab it kicks me back out to the main Customizer menu doesn’t work on the new site.
#primary-menu>li {
margin-bottom: 2px;
margin-left: 2px;
border-radius: 3px;
background-color: #3c6436;
}
#primary-menu>li>a {
border: 0;
}
Anne Anderson