Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] Here it is ... ul#menu-top-bar a { ...

    Here it is ...



    ul#menu-top-bar a {
    color: #565656;
    }
  2. Replies
    8
    Views
    269

    [SOLVED] Here it is ... .footer-top .widget-title {...

    Here it is ...



    .footer-top .widget-title {
    color: #000000;
    }

    .site-footer a, #footer abbr, #footer acronym {
    color: #ab2828;
  3. [SOLVED] Nothing is impossible, you can achieve the same...

    Nothing is impossible, you can achieve the same thing using CSS... put this code inside WordPress - Appearance - Customize - Additional CSS



    @media screen and (min-width: 64em) {...
  4. [SOLVED] The Category menu doesn't have a columns setting....

    The Category menu doesn't have a columns setting. Its hardcoded to 3 and falls back to 2 and 1 columns when screen gets smaller.
  5. [SOLVED] You should probably take some CSS lessons if...

    You should probably take some CSS lessons if you're planning to change design items that don't have easy options.
    Its hard to maintain these changes if you don't know exactly what they are and how...
  6. Replies
    2
    Views
    263

    [SOLVED] Try this ... .footer-menu { display:...

    Try this ...



    .footer-menu {
    display: none;
    }
  7. [SOLVED] I'm not sure what it looks like without a...

    I'm not sure what it looks like without a reference ...
    did you try something like this?



    .header .custom-logo-link img {
    max-height: initial;
    }
  8. [SOLVED] It clearly says ... add_action( 'wp_head',...

    It clearly says ...



    add_action( 'wp_head', function () { ?>
    <style>


    /* write your CSS code here */
  9. [SOLVED] You'll find an example snippet to add CSS code...

    You'll find an example snippet to add CSS code within that plugin. If not, you could insert it into WordPress admin - Appearance - Customize - Additional CSS



    .media-object-section.main-section...
  10. [SOLVED] As far as I can tell, the duplicate issue is due...

    As far as I can tell, the duplicate issue is due to the 2nd or 3rd tab that holds popular / random ads.
    Each ad loop carries individual information about each ad's location which is pulled within...
  11. [SOLVED] Looks like you still have the first demo ad which...

    Looks like you still have the first demo ad which is located in USA. You may want to delete it.
  12. [SOLVED] If you use CSS to hide the action buttons, users...

    If you use CSS to hide the action buttons, users can easily restore them and perform the actions without your knowledge.

    I just checked the PHP code again and it works fine. These are all the...
  13. [SOLVED] Did you try this code...

    Did you try this code? It should go into the WordPress Code Snippets plugin (you have to install it from WordPress repository)
Results 1 to 13 of 13