• I have some doubts regarding my virtue blog. Before trying to address them through a child theme, I would like to check if the following options ara available to be set from the Virtue Theme

    1.- set background colour of Primary Menu

    2.- set font size for a menu in the footer

    3.- Include Site Title (or tagline) in the header, side by side to logo (and then, use the main menu in secondary position to avoid collision)

    Additionally, I have some other questions

    4.- I use Advanced Custom Fields for posts (two new field: reading time and photo source). How can I insert them as meta data in the post heading?

    5.- Slider allows to input two texts on top of each picture. Is there any way to reposition them, for instance, the first overlapping the image and the second below it

    6.- I would like to set up my own transitions in the slider using js greensock. Is it feasible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    1. You can set the background of your header in Theme Options> Advanced Styling “Header Background.”

    2. You can adjust the footer menu font with this CSS:

    .footernav ul li a span {
        font-size: 14px;
    }

    Add to Theme Options> Advanced Styling Custom CSS, and make any customizations you want to the CSS.

    3. You can add a tagline to your logo in Theme Options> Main Settings, and setting the “Site Tagline – Below Logo” text.

    4. Not sure about this, I’ll send this onto the theme developer so that he can take a look.

    5. Can you please specify which images you’re referring to? I don’t see any slider images with text overlapping on the linked page.

    6. Also unsure if this is possible. The theme developer will be able to say for sure though.

    -Kevin

    4. You would have to edit the template files through a child theme and add in the call for the Advanced Custom Field. templates/entry-meta-subhead.php

    5. With css you could force some changes like that, you would need to post a link to your site with the slider setup and we can get you some css.

    6. Not with the simple theme slider, you would need to either code your own if you are interested in using greensock or use a plugin that already integrates with it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘several set up options, transitions and fields’ is closed to new replies.